diff options
Diffstat (limited to 'glibcbug.in')
-rw-r--r-- | glibcbug.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glibcbug.in b/glibcbug.in index 0f392e7151..733f5d9c95 100644 --- a/glibcbug.in +++ b/glibcbug.in @@ -38,7 +38,7 @@ fi if test "$RELEASE" = "stable"; then BUGGLIBC="bugs@gnu.org" else - BUGGLIBC="libc-alpha@cygnus.com" + BUGGLIBC="libc-alpha@sourceware.cygnus.com" fi BUGADDR=${1-$BUGGLIBC} |