summaryrefslogtreecommitdiff
path: root/testrig/transportcontroller.go
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@users.noreply.github.com>2025-04-26 15:34:10 +0200
committerLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-05 11:55:15 +0200
commit27edfccf7dc4f7ad329dabfb12fa75e547ecdd40 (patch)
treedc881cc1c7cfa98df19d503e4d17ca3a15f27c26 /testrig/transportcontroller.go
parent[chore] Set up Github to be a mirror (diff)
downloadgotosocial-27edfccf7dc4f7ad329dabfb12fa75e547ecdd40.tar.xz
[feature] Move to code.superseriousbusiness.org
Diffstat (limited to 'testrig/transportcontroller.go')
-rw-r--r--testrig/transportcontroller.go20
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"},