From b0d61b6688c2a7cf4468c4c3073428cf98a85da4 Mon Sep 17 00:00:00 2001 From: rcyeske Date: Tue, 4 Jan 2005 02:19:42 +0000 Subject: * src/main.c (print_help): Update mailing list. * src/actions.c (cmd_license): Update mailing list and website. --- src/actions.c | 4 ++-- src/main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/actions.c b/src/actions.c index c0db4e5..3d1b4b1 100644 --- a/src/actions.c +++ b/src/actions.c @@ -2113,8 +2113,8 @@ cmd_license (int interactive, char *data) "Boston, MA 02111-1307 USA", "", "Send bugreports, fixes, enhancements, t-shirts, money, beer & pizza ", - "to ratpoison-devel@lists.sourceforge.net or visit ", - "http://ratpoison.sourceforge.net/", + "to ratpoison-devel@nongnu.org or visit ", + "http://www.nongnu.org/ratpoison/", "", "[Press any key to end.] ", NULL}; diff --git a/src/main.c b/src/main.c index acae288..fec61f7 100644 --- a/src/main.c +++ b/src/main.c @@ -293,7 +293,7 @@ print_help () printf ("-i, --interactive Execute commands in interactive mode\n"); printf ("-f, --file Specify an alternative configuration file\n\n"); - printf ("Report bugs to ratpoison-devel@lists.sourceforge.net\n\n"); + printf ("Report bugs to ratpoison-devel@nongnu.org\n\n"); exit (EXIT_SUCCESS); } -- cgit v1.2.3