PkgInfo: use https on packages.ubuntu.com, as it is now available

This commit is contained in:
James Lu 2017-06-01 23:14:09 -07:00
parent 11a03ad9a0
commit dc2b6af622

View File

@ -98,7 +98,7 @@ unknowndist = _("Unknown distribution. This command only supports "
"package lookup for Debian and Ubuntu. For a list of"
"commands for other distros' packages, use "
"'list PkgInfo'.")
addrs = {'ubuntu': 'http://packages.ubuntu.com/',
addrs = {'ubuntu': 'https://packages.ubuntu.com/',
'debian': 'https://packages.debian.org/',
# This site is very, VERY slow, but it still works..
'debian-archive': 'http://archive.debian.net/'}