fixed address for pgp key

This commit is contained in:
2025-07-24 03:10:18 -06:00
parent f97fcfef81
commit 5bd23f7f4f

View File

@@ -59,7 +59,7 @@ return h.html({ lang = "en" })({
h.header()({ h.header()({
"my public pgp key", "my public pgp key",
}), }),
h.a({ href = "https://git.luau.software/cyclic/pgp-pub/raw/branch/main/publickey.asc" })({ h.a({ href = "https://git.luau.software/cyclic/public-keys/raw/branch/main/publickey.asc" })({
"pgp key", "pgp key",
}), }),
}), }),