]> granicus.if.org Git - mutt/commitdiff
Switch the error reporting address from mutt-users to
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 16 Jun 1998 16:19:50 +0000 (16:19 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 16 Jun 1998 16:19:50 +0000 (16:19 +0000)
mutt-dev.

main.c

diff --git a/main.c b/main.c
index 4d1cce3cf81545d4fd29f1ca957f0b102e870296..8002e25f477c61446753752d867c8b605a9c5d40 100644 (file)
--- a/main.c
+++ b/main.c
@@ -251,7 +251,7 @@ static void show_version (void)
 
 
 
-  puts ("\nMail bug reports along with this output to <mutt-users@cs.hmc.edu>.");
+  puts ("\nMail bug reports along with this output to <mutt-dev@cs.hmc.edu>.");
 
   exit (0);
 }