From 9389e6818c1ffea21ad077a2e1bec68fa450db0f Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 16 Jun 2018 19:38:34 +0200 Subject: [PATCH] common/travis: change upstream path to new github org. --- common/travis/fetch_upstream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/travis/fetch_upstream.sh b/common/travis/fetch_upstream.sh index 6f7a47a687a..15efb8d0ddc 100755 --- a/common/travis/fetch_upstream.sh +++ b/common/travis/fetch_upstream.sh @@ -3,4 +3,4 @@ # changed_templates.sh /bin/echo -e '\x1b[32mFetching upstream...\x1b[0m' -git fetch --depth 200 git://github.com/voidlinux/void-packages.git master +git fetch --depth 200 git://github.com/void-linux/void-packages.git master