From c86654c90703fc0ae1e8c17e9cbff70be08ba17d Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Wed, 10 Jan 2024 17:33:55 +0000 Subject: add signify pubkeys --- keys/Makefile | 10 ++++++++++ keys/gmid-1.7.pub | 2 ++ keys/gmid-1.8.pub | 2 ++ keys/gmid-1.9.pub | 2 ++ 4 files changed, 16 insertions(+) create mode 100644 keys/Makefile create mode 100644 keys/gmid-1.7.pub create mode 100644 keys/gmid-1.8.pub create mode 100644 keys/gmid-1.9.pub (limited to 'keys') diff --git a/keys/Makefile b/keys/Makefile new file mode 100644 index 0000000..346df9e --- /dev/null +++ b/keys/Makefile @@ -0,0 +1,10 @@ +DISTFILES = Makefile gmid-1.7.pub gmid-1.8.pub gmid-1.9.pub + +all: false + +dist: ${DISTFILES} + mkdir -p ${DESTDIR} + ${INSTALL} -m 0644 ${DISTFILES} ${DESTDIR}/ + +.PHONY: all dist +include ../config.mk diff --git a/keys/gmid-1.7.pub b/keys/gmid-1.7.pub new file mode 100644 index 0000000..d819f25 --- /dev/null +++ b/keys/gmid-1.7.pub @@ -0,0 +1,2 @@ +untrusted comment: signify public key +RWSK+qgSqgu20CEZZQTAExCxaGaOwGO7AWqru6BKLqQhQDy8Iz1tjXNE diff --git a/keys/gmid-1.8.pub b/keys/gmid-1.8.pub new file mode 100644 index 0000000..cb2ef4e --- /dev/null +++ b/keys/gmid-1.8.pub @@ -0,0 +1,2 @@ +untrusted comment: signify public key +RWTy3UJQzpxBUAymBwb2EGLLm0b3H/1n8hzhaC9HYFYzNuTavGt9QSwC diff --git a/keys/gmid-1.9.pub b/keys/gmid-1.9.pub new file mode 100644 index 0000000..9bbee3a --- /dev/null +++ b/keys/gmid-1.9.pub @@ -0,0 +1,2 @@ +untrusted comment: signify public key +RWQ+Bm0F0FtPLtTnpRe09x/Z6Fiodk4toTZe2TJ4yCqDZ6l0c5wiU9te -- cgit v1.2.3