fix ci script

This commit is contained in:
Chris Lee 2018-08-05 09:35:28 +00:00
parent 1054aac7ca
commit cb137674e4

View file

@ -289,7 +289,7 @@ def get_gentoo_versions():
def get_void_versions(): def get_void_versions():
print >> sys.stderr, "Void ..." 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 = [] versions = []
version = None version = None
maintainer = None maintainer = None