summary refs log tree commit diff
diff options
context:
space:
mode:
authorLain Iwakura <lain@lainmail.xyz>2026-01-04 14:25:52 +0300
committerLain Iwakura <lain@lainmail.xyz>2026-01-04 14:25:52 +0300
commit506ee583c73a4d7ec2a3b448f1c3fb16585d934f (patch)
tree7db9d63e29844634d52dce7b480f03c3e582a72b
parentfeat(deploy.sh): some kind of deploy script (diff)
downloadplay-master.tar.gz
play-master.zip
feat(git): update git link HEAD master
-rw-r--r--play.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.c b/play.c
index 21b3f11..ff57ccd 100644
--- a/play.c
+++ b/play.c
@@ -275,7 +275,7 @@ static void info(void) {
 	endwin();
 	printf(
 		"This program is AGPLv3 Free Software!\n"
-		"Code is available from <https://git.causal.agency/play>.\n"
+		"Code is available from <https://git.iwakura.page/lain/play>.\n"
 	);
 }