diff options
author | June McEnroe <june@causal.agency> | 2019-12-15 19:42:57 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-15 19:42:57 -0500 |
commit | d5e74bc0913ee22d3c8b045001b814644cee83d8 (patch) | |
tree | 20682dca5e5c6fbce6aa3acf87f86991908f3bf7 | |
parent | Use braces in Makefile (diff) | |
download | play-d5e74bc0913ee22d3c8b045001b814644cee83d8.tar.gz play-d5e74bc0913ee22d3c8b045001b814644cee83d8.zip |
Update git URL
-rw-r--r-- | play.c | 2 |
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" ); } |