From 4b606b343fd55dedd8bbc3c7e73830d5ab87e659 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Mon, 30 Jul 2018 03:54:16 -0700 Subject: [PATCH] Tweak wording of Frotz homepage mention. --- src/curses/ux_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1