Skip to content

Commit 4b68ae9

Browse files
committed
Switch pgt-api-server URL
pgt-api-server is now handled by @creekorful, the newest version has been updated & patched to follow the CI rework. See: https://bugs.debian.org/991747
1 parent f50113a commit 4b68ae9

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
@@ -31,7 +31,7 @@ func execCreateSalsaProject(args []string) {
3131

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

0 commit comments

Comments
 (0)