We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50113a commit 4b68ae9Copy full SHA for 4b68ae9
create_salsa_project.go
@@ -31,7 +31,7 @@ func execCreateSalsaProject(args []string) {
31
32
// 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
34
- u, _ := url.Parse("https://pgt-api-server.debian.net/v1/createrepo")
+ u, _ := url.Parse("https://api.go-team.debian.net/v1/createrepo")
35
q := u.Query()
36
q.Set("repo", projectName)
37
u.RawQuery = q.Encode()
0 commit comments