From cb137674e4af0696cb42b0692af26f8d758e5fad Mon Sep 17 00:00:00 2001 From: Chris Lee <@klee93> Date: Sun, 5 Aug 2018 09:35:28 +0000 Subject: [PATCH] fix ci script --- packaging/version_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/version_status.py b/packaging/version_status.py index fbd32fd..c74a7cf 100755 --- a/packaging/version_status.py +++ b/packaging/version_status.py @@ -289,7 +289,7 @@ def get_gentoo_versions(): def get_void_versions(): print >> sys.stderr, "Void ..." - template = http_download_txt("https://raw.githubusercontent.com/voidlinux/void-packages/master/srcpkgs/tint2/template") + template = http_download_txt("https://raw.githubusercontent.com/void-linux/void-packages/master/srcpkgs/tint2/template") versions = [] version = None maintainer = None