aboutsummaryrefslogtreecommitdiff
path: root/server/src/net
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-12-20 22:17:54 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-12-20 22:17:54 +0000
commit8d4b80335612d88260af7611e716e867bf9e0980 (patch)
treea8aa3132c0ecd334514c18b7ef3dc0293a393e2c /server/src/net
parentcb1c61c2912e19ae2113b45f9636943f7d39a747 (diff)
downloadspacebeans-8d4b80335612d88260af7611e716e867bf9e0980.tar.gz
spacebeans-8d4b80335612d88260af7611e716e867bf9e0980.zip
The project was moved to gitlab
Diffstat (limited to 'server/src/net')
-rw-r--r--server/src/net/usebox/gemini/server/ServerApp.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/net/usebox/gemini/server/ServerApp.scala b/server/src/net/usebox/gemini/server/ServerApp.scala
index 88e3b32..0f48e48 100644
--- a/server/src/net/usebox/gemini/server/ServerApp.scala
+++ b/server/src/net/usebox/gemini/server/ServerApp.scala
@@ -22,7 +22,7 @@ object ServerApp {
help("help").text("Displays this help and exits")
version("version")
- note("\nProject page: https://github.com/reidrac/spacebeans")
+ note("\nProject page: https://gitlab.com/reidrac/spacebeans")
}
def main(args: Array[String]): Unit =