From 1b03030befdd8424faf76eb3255c59ef7b0e8a0e Mon Sep 17 00:00:00 2001 From: Samuel K Date: Tue, 3 May 2022 15:14:59 +0100 Subject: [PATCH 1/2] 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" + } +} From 1151baa5168e00b05a59d24271c44a660609fcc8 Mon Sep 17 00:00:00 2001 From: Jay Jackson Date: Tue, 3 May 2022 10:56:32 -0400 Subject: [PATCH 2/2] fix json --- domains/eax.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/eax.json b/domains/eax.json index de1547fda..e3af4cf06 100644 --- a/domains/eax.json +++ b/domains/eax.json @@ -3,7 +3,7 @@ "repo": "https://github.com/eaxly/eaxly.github.io", "owner": { "username": "eaxly", - "email": "extinctaxolotl@protonmail.com", + "email": "extinctaxolotl@protonmail.com" }, "record": { "CNAME": "eaxly.github.io"