diff options
| author | 2025-04-26 15:34:10 +0200 | |
|---|---|---|
| committer | 2025-04-26 15:38:43 +0200 | |
| commit | ab10266bff8d3dea1655e5f98a932efa2474bdb6 (patch) | |
| tree | def81628d7a7c81b8ad0c971fb02ebc945eca75c /testrig/transportcontroller.go | |
| parent | [chore] Set up Github to be a mirror (diff) | |
| download | gotosocial-ab10266bff8d3dea1655e5f98a932efa2474bdb6.tar.xz | |
[feature] Move to code.superseriousbusiness.org
Diffstat (limited to 'testrig/transportcontroller.go')
| -rw-r--r-- | testrig/transportcontroller.go | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/testrig/transportcontroller.go b/testrig/transportcontroller.go index ae7a846d3..34ed35255 100644 --- a/testrig/transportcontroller.go +++ b/testrig/transportcontroller.go @@ -29,14 +29,14 @@ import ( "code.superseriousbusiness.org/activity/pub" "code.superseriousbusiness.org/activity/streams" "code.superseriousbusiness.org/activity/streams/vocab" - "github.com/superseriousbusiness/gotosocial/internal/ap" - apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model" - "github.com/superseriousbusiness/gotosocial/internal/federation" - "github.com/superseriousbusiness/gotosocial/internal/gtsmodel" - "github.com/superseriousbusiness/gotosocial/internal/httpclient" - "github.com/superseriousbusiness/gotosocial/internal/log" - "github.com/superseriousbusiness/gotosocial/internal/state" - "github.com/superseriousbusiness/gotosocial/internal/transport" + "code.superseriousbusiness.org/gotosocial/internal/ap" + apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model" + "code.superseriousbusiness.org/gotosocial/internal/federation" + "code.superseriousbusiness.org/gotosocial/internal/gtsmodel" + "code.superseriousbusiness.org/gotosocial/internal/httpclient" + "code.superseriousbusiness.org/gotosocial/internal/log" + "code.superseriousbusiness.org/gotosocial/internal/state" + "code.superseriousbusiness.org/gotosocial/internal/transport" ) const ( @@ -410,7 +410,7 @@ func NodeInfoResponse(req *http.Request) ( Software: apimodel.NodeInfoSoftware{ Name: "GoToSocial", Version: "1.3.1.2", - Repository: "https://github.com/superseriousbusiness/gotosocial", + Repository: "https://codeberg.org/superseriousbusiness/gotosocial", Homepage: "https://docs.gotosocial.org", }, Protocols: []string{"activitypub"}, @@ -421,7 +421,7 @@ func NodeInfoResponse(req *http.Request) ( Software: apimodel.NodeInfoSoftware{ Name: "GoToSocial", Version: "1.3.1.2", - Repository: "https://github.com/superseriousbusiness/gotosocial", + Repository: "https://codeberg.org/superseriousbusiness/gotosocial", Homepage: "https://docs.gotosocial.org", }, Protocols: []string{"activitypub"}, |
