From e9866380641de3d137975eb626942c6876dfd5f8 Mon Sep 17 00:00:00 2001 From: glitchish <64909897+glitchish@users.noreply.github.com> Date: Sat, 19 Feb 2022 11:02:29 -0500 Subject: [PATCH 1/2] My .is-a.dev Domain --- domains/glitchish.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/glitchish.json diff --git a/domains/glitchish.json b/domains/glitchish.json new file mode 100644 index 000000000..02740359a --- /dev/null +++ b/domains/glitchish.json @@ -0,0 +1,11 @@ +{ + "description": "Glitch's .IS-A.DEV domain", + "repo": "https://github.com/glitchish.github.io", + "owner": { + "username": "glitchish", + "email": "gavinjstacey@gmail.com" + }, + "record": { + "CNAME": "glitchish.github.io" + } +} From b52eca0510edab887a9bad5bff23412cd62b3da6 Mon Sep 17 00:00:00 2001 From: glitchish <64909897+glitchish@users.noreply.github.com> Date: Sat, 19 Feb 2022 11:03:10 -0500 Subject: [PATCH 2/2] I no longer use the name theiocoder --- domains/theiocoder.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/theiocoder.json diff --git a/domains/theiocoder.json b/domains/theiocoder.json deleted file mode 100644 index 669f3f06a..000000000 --- a/domains/theiocoder.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "hi there", - "repo": "https://github.com/theiocoder.github.io", - "owner": { - "username": "theiocoder", - "email": "gavinjstacey@gmail.com" - }, - "record": { - "CNAME": "theiocoder.github.io" - } -}