summary refs log tree commit diff homepage
path: root/play.c
diff options
context:
space:
mode:
Diffstat (limited to 'play.c')
-rw-r--r--play.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.c b/play.c
index 8f282ef..2f9162a 100644
--- a/play.c
+++ b/play.c
@@ -265,6 +265,6 @@ int main(int argc, char *argv[]) {
 	endwin();
 	printf(
 		"This program is AGPLv3 Free Software!\n"
-		"Code is available from <https://code.causal.agency/june/play>.\n"
+		"Code is available from <https://git.causal.agency/play>.\n"
 	);
 }