summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 4d56bc4c..8ec7b347 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -789,7 +789,7 @@ create_package() {
if [ "$PACKAGER" != "" ]; then
local packager="$PACKAGER"
else
- local packager="Arch Linux (http://www.archlinux.org)"
+ local packager="Unknown Packager"
fi
local size=$(du -sb | awk '{print $1}')