Switch to https for ubuntu cve tracker

Fixes #168
This commit is contained in:
Fabian Ruff 2016-05-25 23:29:03 +02:00 committed by Quentin Machu
parent da446b65d6
commit cc22bd284c

View File

@ -36,7 +36,7 @@ import (
const (
trackerURI = "https://launchpad.net/ubuntu-cve-tracker"
trackerRepository = "lp:ubuntu-cve-tracker"
trackerRepository = "https://launchpad.net/ubuntu-cve-tracker"
updaterFlag = "ubuntuUpdater"
cveURL = "http://people.ubuntu.com/~ubuntu-security/cve/%s"
)