diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/actions.c | 4 | ||||
-rw-r--r-- | src/main.c | 2 |
2 files changed, 3 insertions, 3 deletions
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}; @@ -293,7 +293,7 @@ print_help () printf ("-i, --interactive Execute commands in interactive mode\n"); printf ("-f, --file <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); } |