summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-15 19:42:57 -0500
committerJune McEnroe <june@causal.agency>2019-12-15 19:42:57 -0500
commitd5e74bc0913ee22d3c8b045001b814644cee83d8 (patch)
tree20682dca5e5c6fbce6aa3acf87f86991908f3bf7
parentUse braces in Makefile (diff)
downloadplay-d5e74bc0913ee22d3c8b045001b814644cee83d8.tar.gz
play-d5e74bc0913ee22d3c8b045001b814644cee83d8.zip
Update git URL
-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"
 	);
 }