aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--paku.lock5
-rwxr-xr-xsrc/bin/paku.in2
2 files changed, 5 insertions, 2 deletions
diff --git a/paku.lock b/paku.lock
index 82231fd..0843699 100644
--- a/paku.lock
+++ b/paku.lock
@@ -15,7 +15,10 @@
}
},
"namespace": "org.euandre",
- "maintainer": "EuAndreh <eu@euandre.org>",
+ "maintainer": {
+ "name": "EuAndreh",
+ "email": "eu@euandre.org"
+ },
"name": "EuAndreh",
"base-url": "https://euandre.org/s/package-repository",
"vcs": {
diff --git a/src/bin/paku.in b/src/bin/paku.in
index 1bac0ba..6cb550d 100755
--- a/src/bin/paku.in
+++ b/src/bin/paku.in
@@ -419,7 +419,7 @@ sub emit_debian() {
print "DIR = $dir\n\n";
print @debs, "\n";
print <<~EOF;
- GPGKEY = '$json->{maintainer}'
+ GPGKEY = '$json->{maintainer}{name} <$json->{maintainer}{email}>'
all: \$(DIR)/debian/InRelease \$(DIR)/debian/Release.gpg \$(DIR)/debian/public-key.asc