From: David Griffith Date: Mon, 30 Jul 2018 10:54:16 +0000 (-0700) Subject: Tweak wording of Frotz homepage mention. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=4b606b343fd55dedd8bbc3c7e73830d5ab87e659;p=liskon_frotz.git Tweak wording of Frotz homepage mention. --- diff --git a/src/curses/ux_init.c b/src/curses/ux_init.c index e40666e..0b59d38 100644 --- a/src/curses/ux_init.c +++ b/src/curses/ux_init.c @@ -1148,6 +1148,6 @@ static void print_version(void) printf(" It complies with standard 1.0 of Graham Nelson's specification.\n"); printf(" It was ported to Unix by Galen Hazelwood.\n"); printf(" The core and Unix port are currently maintained by David Griffith.\n"); - printf(" See https://661.org/proj/if/frotz for Frotz's homepage.\n\n"); + printf(" Frotz's homepage is https://661.org/proj/if/frotz/\n\n"); return; }