From c9e0009f2bf3000a00882deb2e3ffc4e75d73d62 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Sun, 15 Sep 2024 09:21:21 -0700 Subject: [PATCH] chore(gpg key): update gpg key file name by changing from `.key` format to plain `.asc` file instead avoiding unreachable or invalid gpg key upon pulling and importing from root dir of site --- ...atoshiki-gpg-public-key.key => andatoshiki-gpg-public-key.asc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/static/{andatoshiki-gpg-public-key.key => andatoshiki-gpg-public-key.asc} (100%) diff --git a/src/static/andatoshiki-gpg-public-key.key b/src/static/andatoshiki-gpg-public-key.asc similarity index 100% rename from src/static/andatoshiki-gpg-public-key.key rename to src/static/andatoshiki-gpg-public-key.asc