From 69fa79a10031fb3dd2796e2d5661addab961943d Mon Sep 17 00:00:00 2001 From: thundergod Date: Thu, 8 Oct 2020 16:49:43 +0530 Subject: [PATCH 1/2] CodeThoma joins the fray --- domains/aj.json | 12 ++++++++++++ domains/codethoma.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 domains/aj.json create mode 100644 domains/codethoma.json diff --git a/domains/aj.json b/domains/aj.json new file mode 100644 index 000000000..0ec509f97 --- /dev/null +++ b/domains/aj.json @@ -0,0 +1,12 @@ +{ + "description": "The ThunderDome", + "repo": "https://github.com/mrthundergod/", + "owner": { + "username": "mrthundergod", + "email": "mrthundergod@gmail.com" + }, + "record": { + "CNAME": "mrthundergod.github.io", + "URL": "https://aj.is-a.dev" + } +} diff --git a/domains/codethoma.json b/domains/codethoma.json new file mode 100644 index 000000000..baafb82d1 --- /dev/null +++ b/domains/codethoma.json @@ -0,0 +1,12 @@ +{ + "description": "The ThunderDome", + "repo": "https://github.com/codethoma/", + "owner": { + "username": "codethoma", + "email": "mrthundergod@gmail.com" + }, + "record": { + "CNAME": "codethoma.github.io", + "URL": "https://codethoma.is-a.dev" + } +} From 5e9f99947a656738444e6b842239a1eaa8b60f9b Mon Sep 17 00:00:00 2001 From: Aravind AJ <35934260+mrthundergod@users.noreply.github.com> Date: Thu, 8 Oct 2020 16:51:46 +0530 Subject: [PATCH 2/2] Delete aj.json --- domains/aj.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/aj.json diff --git a/domains/aj.json b/domains/aj.json deleted file mode 100644 index 0ec509f97..000000000 --- a/domains/aj.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "The ThunderDome", - "repo": "https://github.com/mrthundergod/", - "owner": { - "username": "mrthundergod", - "email": "mrthundergod@gmail.com" - }, - "record": { - "CNAME": "mrthundergod.github.io", - "URL": "https://aj.is-a.dev" - } -}