From dc2b6af622f8748abbd67a699cf771bbdccc047b Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 1 Jun 2017 23:14:09 -0700 Subject: [PATCH] PkgInfo: use https on packages.ubuntu.com, as it is now available --- PkgInfo/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PkgInfo/plugin.py b/PkgInfo/plugin.py index 22090ad..291d21e 100644 --- a/PkgInfo/plugin.py +++ b/PkgInfo/plugin.py @@ -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/'}