diff octave-bug.in @ 5041:b2ce28713791

[project @ 2004-10-01 18:12:10 by jwe]
author jwe
date Fri, 01 Oct 2004 18:12:11 +0000
parents babc519f245b
children aa9bc151d2fa
line wrap: on
line diff
--- a/octave-bug.in	Mon Sep 27 13:50:01 2004 +0000
+++ b/octave-bug.in	Fri Oct 01 18:12:11 2004 +0000
@@ -99,7 +99,7 @@
 
 ss_p=`echo $VERSION | grep "^ss-"`
 if test -n "$ss_p"; then
-  BUGADDR="octave-maintainers@bevo.che.wisc.edu"
+  BUGADDR="maintainers@octave.org"
 else
   pretest_p=`echo $VERSION \
     | $SED 's,.*\.\([0-9]*\).*,\1,' \
@@ -107,9 +107,9 @@
     | grep '[0-9]'`
 
   if test -n "$pretest_p" && test "$pretest_p" -ge 90; then
-    BUGADDR="octave-maintainers@bevo.che.wisc.edu"
+    BUGADDR="maintainers@octave.org"
   else
-    BUGADDR="bug-octave@bevo.che.wisc.edu"
+    BUGADDR="bug@octave.org"
   fi
 fi