diff --git a/common/travis/fetch_upstream.sh b/common/travis/fetch_upstream.sh index b1b06d9d54f..45315563e0b 100755 --- a/common/travis/fetch_upstream.sh +++ b/common/travis/fetch_upstream.sh @@ -9,4 +9,4 @@ elif command -v git >/dev/null 2>&1; then fi /bin/echo -e '\x1b[32mFetching upstream...\x1b[0m' -$GIT_CMD fetch --depth 200 git://github.com/void-linux/void-packages.git master +$GIT_CMD fetch --depth 200 https://github.com/void-linux/void-packages.git master