Skip to content

Commit 6575caa

Browse files
committed
Update pgt-api-server source code URL
1 parent 4b68ae9 commit 6575caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_salsa_project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func execCreateSalsaProject(args []string) {
3030
projectName := fs.Arg(0)
3131

3232
// The source code of the corresponding server can be found at:
33-
// https://github.com/Debian/pkg-go-tools/tree/master/cmd/pgt-api-server
33+
// https://salsa.debian.org/go-team/infra/pkg-go-tools/-/tree/master/cmd/pgt-api-server
3434
u, _ := url.Parse("https://api.go-team.debian.net/v1/createrepo")
3535
q := u.Query()
3636
q.Set("repo", projectName)

0 commit comments

Comments
 (0)