Merge pull request #188 from databus23/patch-1

Switch to https for ubuntu cve tracker
This commit is contained in:
Quentin Machu 2016-05-25 20:25:48 -04:00
commit 951efed1ff

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"
)