Skip to content

Commit 9b6608f

Browse files
committed
Change Vcs-* URLs from anonscm.debian.org to salsa.debian.org
1 parent f39aa59 commit 9b6608f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,8 @@ func writeTemplates(dir, gopkg, debsrc, debbin, debversion, pkgType string, depe
496496
fmt.Fprintf(f, "Build-Depends: %s\n", strings.Join(builddeps, ",\n "))
497497
fmt.Fprintf(f, "Standards-Version: 4.1.3\n")
498498
fmt.Fprintf(f, "Homepage: %s\n", getHomepageForGopkg(gopkg))
499-
fmt.Fprintf(f, "Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/%s.git\n", debsrc)
500-
fmt.Fprintf(f, "Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/%s.git\n", debsrc)
499+
fmt.Fprintf(f, "Vcs-Browser: https://salsa.debian.org/go-team/packages/%s\n", debsrc)
500+
fmt.Fprintf(f, "Vcs-Git: https://salsa.debian.org/go-team/packages/%s.git\n", debsrc)
501501
fmt.Fprintf(f, "XS-Go-Import-Path: %s\n", gopkg)
502502
fmt.Fprintf(f, "Testsuite: autopkgtest-pkg-go\n")
503503
fmt.Fprintf(f, "\n")

0 commit comments

Comments
 (0)