Skip to content

Commit

Permalink
Switch to https for ubuntu cve tracker
Browse files Browse the repository at this point in the history
Fixes quay#168
  • Loading branch information
databus23 committed May 25, 2016
1 parent a03459d commit 85edda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/fetchers/ubuntu/ubuntu.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 85edda6

Please sign in to comment.