diff options
| -rw-r--r-- | play.c | 2 |
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" ); } |