summary refs log tree commit diff
diff options
context:
space:
mode:
authorTerin Stock <terinjokes@gmail.com>2022-04-26 20:20:53 -0700
committerTerin Stock <terinjokes@gmail.com>2024-01-24 22:52:25 +0100
commit757607f576b9a1e5599dbf8945f143ca2fa62454 (patch)
treefe460035223d961db066a04b02d6a8b02d0060a9
parentccecf5a7e4000f40522a790fcdaf2bf72d43d552 (diff)
[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.
-rw-r--r--cmd/gotosocial/main.go2
-rw-r--r--web/template/footer.tmpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/cmd/gotosocial/main.go b/cmd/gotosocial/main.go
index bae5d1fa..29eea873 100644
--- a/cmd/gotosocial/main.go
+++ b/cmd/gotosocial/main.go
@@ -46,7 +46,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
diff --git a/web/template/footer.tmpl b/web/template/footer.tmpl
index 028a27ff..3acb544c 100644
--- a/web/template/footer.tmpl
+++ b/web/template/footer.tmpl
@@ -21,7 +21,7 @@
 		</div>
 		<footer>
 			<div id="version">
-				<a name="Source code" href="https://github.com/superseriousbusiness/gotosocial">
+				<a name="Source code" href="https://git.terinstock.com/gotosocial.git/">
 					GoToSocial <span class="accent">{{.instance.Version}}</span>
 				</a>
 			</div>
@@ -43,4 +43,4 @@
 	{{ end }}
 	{{ end }}
 </body>
-</html>
\ No newline at end of file
+</html>