summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/makesrcdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makesrcdist b/tools/makesrcdist
index e9966a6e9..ed7c05f56 100755
--- a/tools/makesrcdist
+++ b/tools/makesrcdist
@@ -105,7 +105,7 @@ tar czf $file cups-$version
if test $SIGNFILES = yes; then
echo Signing...
test -f $file.sig && rm -f $file.sig
- gpg --detach-sign $file
+ gpg --detach-sign -u security@cups.org $file
fi
echo Removing temporary files...