aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsbonewmaint2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbonewmaint b/sbonewmaint
index 742edb5..ec40774 100755
--- a/sbonewmaint
+++ b/sbonewmaint
@@ -15,7 +15,7 @@ if [ "$NAME" = "me" -a "$EMAIL" = "" ]; then
EMAIL="$SBO_EMAIL"
elif [ "$NAME" = "nobody" -o "$NAME" = "orphaned" ]; then
NAME="orphaned - no maintainer"
- EMAIL="nobody@nowhere.com"
+ EMAIL="NOEMAIL"
fi
if [ "$NAME" = "" -o "$NAME" = "--help" -o "$EMAIL" = "" ]; then