diff options
author | 2022-04-26 20:20:53 -0700 | |
---|---|---|
committer | 2023-01-31 15:16:26 +0100 | |
commit | 93f17a3cc09b34f7e8ff1ee14d83b952de4be66d (patch) | |
tree | dc4ab98fd8dadce212f59810eb9657cdcd94cc2f /cmd | |
parent | [bugfix] Use background context instead of request context for async processi... (diff) | |
download | gotosocial-93f17a3cc09b34f7e8ff1ee14d83b952de4be66d.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.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gotosocial/main.go b/cmd/gotosocial/main.go index 6edede6d5..f89b49a58 100644 --- a/cmd/gotosocial/main.go +++ b/cmd/gotosocial/main.go @@ -45,7 +45,7 @@ func main() { rootCmd := &cobra.Command{ Use: "gotosocial", Short: "GoToSocial - a fediverse social media server", - Long: "GoToSocial - a fediverse social media server\n\nFor help, see: https://docs.gotosocial.org.\n\nCode: https://github.com/superseriousbusiness/gotosocial", + Long: "GoToSocial - a fediverse social media server\n\nFor help, see: https://docs.gotosocial.org.\n\nCode: https://git.terinstock.com/gotosocial.git/", Version: version, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { // before running any other cmd funcs, we must load config-path |