summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4196606..897a0fd 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ clean:
gpg -d < $< > $@
$(all-secrets.txt.gpg):
- gpg -ae `src/keys/gpg-recipients.sh` < $* > $@
+ gpg -aer eu@euandre.org < $* > $@
## Prints the latest 500 lines of the application and keeps tailing it.