Skip to content

Commit 20731f9

Browse files
committed
estimate: Change new package URL to the DFSG team review site
1 parent 305cab0 commit 20731f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

estimate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func trackerLink(pkg string) string {
204204
// newPackageLine generates a line for packages in NEW, including an OSC 8
205205
// hyperlink to the FTP masters website for the given Debian package.
206206
func newPackageLine(mod, debpkg, version string) string {
207-
url := fmt.Sprintf("https://ftp-master.debian.org/new/%v_%v.html", debpkg, version)
207+
url := "https://dfsg-new-queue.debian.org/reviews/" + debpkg
208208
return cyanf("%v (%v)", mod, hyperlink(url, fmt.Sprintf("in NEW as %v %v", debpkg, version)))
209209
}
210210

0 commit comments

Comments
 (0)