From 338b8cab766b01a999de19bf24ab84672088f428 Mon Sep 17 00:00:00 2001 From: Lino Jorzick Date: Mon, 10 Oct 2022 00:52:33 +0200 Subject: [PATCH] Fixed gpg-keydescriptor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4483b1..799f53c 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ $(KEYRING): @# export all public keys to classic GPG keyring (APT cannot unterstand @# new-style GPG keyboxes) - @$(GPG) --output "$@" --export repository@gruelag.de + @$(GPG) --output "$@" --export buero@gruelag.de @# make exported keyring visible for dh_iservinstall3 (uses git ls-files) @git add --intent-to-add --force "$@"; \