diff options
author | Omar Polo <op@omarpolo.com> | 2024-01-10 17:33:55 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-10 17:33:55 +0000 |
commit | c86654c90703fc0ae1e8c17e9cbff70be08ba17d (patch) | |
tree | eba0b121d7df255a1bdbf661de21cba2041a2aac /keys | |
parent | e3dd9e66af7d0e46f1ac8dcbbe1e8f5e33951d7b (diff) |
add signify pubkeys
Diffstat (limited to 'keys')
-rw-r--r-- | keys/Makefile | 10 | ||||
-rw-r--r-- | keys/gmid-1.7.pub | 2 | ||||
-rw-r--r-- | keys/gmid-1.8.pub | 2 | ||||
-rw-r--r-- | keys/gmid-1.9.pub | 2 |
4 files changed, 16 insertions, 0 deletions
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 |