Skip to content

Commit 7350c39

Browse files
rhansenottok
authored andcommitted
estimate: Change new package URL to the DFSG team review site
1 parent 65807ba commit 7350c39

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
@@ -203,7 +203,7 @@ func trackerLink(pkg string) string {
203203
// newPackageLine generates a line for packages in NEW, including an OSC 8
204204
// hyperlink to the FTP masters website for the given Debian package.
205205
func newPackageLine(mod, debpkg, version string) string {
206-
url := fmt.Sprintf("https://ftp-master.debian.org/new/%v_%v.html", debpkg, version)
206+
url := "https://dfsg-new-queue.debian.org/reviews/" + debpkg
207207
return cyanf("%v (%v)", mod, hyperlink(url, fmt.Sprintf("in NEW as %v %v", debpkg, version)))
208208
}
209209

0 commit comments

Comments
 (0)