Skip to content

Commit 08a79b6

Browse files
committed
Fix references to GSL on GitHub (imatix=>zeromq) in code
1 parent 72e52bb commit 08a79b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ libpcre3-dev valgrind
1010
1111
cd /vagrant
1212
if [ ! -d gsl ]; then
13-
git clone https://github.com/imatix/gsl.git
13+
git clone https://github.com/zeromq/gsl.git
1414
fi
1515
cd gsl/src
1616
make

Diff for: ci_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ case "$BUILD_TYPE" in
4040
if ! ((command -v dpkg-query >/dev/null 2>&1 && dpkg-query --list generator-scripting-language >/dev/null 2>&1) || \
4141
(command -v brew >/dev/null 2>&1 && brew ls --versions gsl >/dev/null 2>&1)); then
4242
[ -z "$CI_TIME" ] || echo "`date`: Starting build of dependencies: gsl..."
43-
$CI_TIME git clone --depth 1 https://github.com/imatix/gsl.git gsl
43+
$CI_TIME git clone --depth 1 https://github.com/zeromq/gsl.git gsl
4444
( cd gsl/src && \
4545
CCACHE_BASEDIR=${PWD} && \
4646
export CCACHE_BASEDIR && \

Diff for: zproject_travis.gsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ fi
564564
if ! ((command -v dpkg-query >/dev/null 2>&1 && dpkg-query --list generator-scripting-language >/dev/null 2>&1) || \\
565565
(command -v brew >/dev/null 2>&1 && brew ls --versions gsl >/dev/null 2>&1)); then
566566
cd "$REPO_DIR/.."
567-
git clone https://github.com/imatix/gsl.git gsl
567+
git clone https://github.com/zeromq/gsl.git gsl
568568
cd gsl/src
569569
make
570570
PATH="`pwd`:$PATH"

0 commit comments

Comments
 (0)