summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2025-03-09 17:46:18 +0100
committerLibravatar Terin Stock <terinjokes@gmail.com>2025-12-01 22:07:41 +0100
commite4448e30daed0ffd82fe212a4c378a1725260900 (patch)
tree43045ee90db8cb270857e11afdd90f6de80962a6 /cmd
parent[chore] Go back to using `name` for attachment alt text for now, add note in ... (diff)
downloadgotosocial-e4448e30daed0ffd82fe212a4c378a1725260900.tar.xz
[chore] update URLs to forked source
To satisfy the requirements of the AGPL v3 license used by GoToSocial, I must update the URLs provided by the server to point at this forked repository, and I must do so before making the server available over any network.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gotosocial/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gotosocial/main.go b/cmd/gotosocial/main.go
index c9bcef2b8..9bb3bd830 100644
--- a/cmd/gotosocial/main.go
+++ b/cmd/gotosocial/main.go
@@ -43,7 +43,7 @@ func main() {
rootCmd := new(cobra.Command)
rootCmd.Use = "gotosocial"
rootCmd.Short = "GoToSocial - a fediverse social media server"
- rootCmd.Long = "GoToSocial - a fediverse social media server\n\nFor help, see: https://docs.gotosocial.org.\n\nCode: https://codeberg.org/superseriousbusiness/gotosocial"
+ rootCmd.Long = "GoToSocial - a fediverse social media server\n\nFor help, see: https://docs.gotosocial.org.\n\nCode: https://git.terinstock.com/gotosocial.git (fork)"
rootCmd.Version = version
rootCmd.SilenceErrors = true
rootCmd.SilenceUsage = true