summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcnucnu/package_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnucnu/package_list.py b/cnucnu/package_list.py
index 637a009..d3cd694 100755
--- a/cnucnu/package_list.py
+++ b/cnucnu/package_list.py
@@ -220,7 +220,7 @@ class Package(object):
elif url == "GOOGLE-DEFAULT":
url = "http://code.google.com/p/%s/downloads/list" % name
elif url == "PYPI-DEFAULT":
- url = "http://pypi.python.org/packages/source/%s/%s" % (name[0], name)
+ url = "https://pypi.python.org/packages/source/%s/%s/" % (name[0], name)
elif url == "PEAR-DEFAULT":
# strip "php-pear-" prefix only if name was not overridden
if not name_override and name.startswith("php-pear-"):