From 1b03030befdd8424faf76eb3255c59ef7b0e8a0e Mon Sep 17 00:00:00 2001 From: Samuel K Date: Tue, 3 May 2022 15:14:59 +0100 Subject: [PATCH] feat(domains): add eax.json Add eax.json --- domains/eax.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/eax.json diff --git a/domains/eax.json b/domains/eax.json new file mode 100644 index 000000000..de1547fda --- /dev/null +++ b/domains/eax.json @@ -0,0 +1,11 @@ +{ + "description": "is-a.dev website of eaxly", + "repo": "https://github.com/eaxly/eaxly.github.io", + "owner": { + "username": "eaxly", + "email": "extinctaxolotl@protonmail.com", + }, + "record": { + "CNAME": "eaxly.github.io" + } +}