Skip to content

Commit 5627500

Browse files
committed
create_salsa_project: use old api address
We will switch it instead.
1 parent 6575caa commit 5627500

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://salsa.debian.org/go-team/infra/pkg-go-tools/-/tree/master/cmd/pgt-api-server
34-
u, _ := url.Parse("https://api.go-team.debian.net/v1/createrepo")
34+
u, _ := url.Parse("https://pgt-api-server.debian.net/v1/createrepo")
3535
q := u.Query()
3636
q.Set("repo", projectName)
3737
u.RawQuery = q.Encode()

0 commit comments

Comments
 (0)