Fix certificate name

This commit is contained in:
Malte Jürgens 2022-05-13 23:45:53 +02:00
parent f1f49ffe3e
commit ea4875b6d8
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if [[ -f pk.asc ]]; then
gpg --import pk.asc
cat >>~/.rpmmacros <<EOF
%_signature gpg
%_gpg_name LibreWolf Code Signing
%_gpg_name LibreWolf Maintainers
EOF
signing="true"
fi