From 5939e3dcf5442bad3dc8a7c32e30b5a9a3d710f3 Mon Sep 17 00:00:00 2001 From: Callum <40074095+CallumCat@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:22:57 -0400 Subject: [PATCH 1/2] Update and rename radar.json to shep.json --- domains/radar.json | 13 ------------- domains/shep.json | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 domains/radar.json create mode 100644 domains/shep.json diff --git a/domains/radar.json b/domains/radar.json deleted file mode 100644 index 3938b2f1a..000000000 --- a/domains/radar.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "Radar's personal developer website", - "repo": "https://github.com/RadarFolf/CaseyK9", - "owner": { - "username": "CaseyK9", - "email": "rocco@caseymediallc.com", - "twitter": "RadarFolf", - "discord": "Radar#0001" - }, - "record": { - "CNAME": "caseymediallc.com" - } -} diff --git a/domains/shep.json b/domains/shep.json new file mode 100644 index 000000000..022703427 --- /dev/null +++ b/domains/shep.json @@ -0,0 +1,13 @@ +{ + "description": "Callum's personal developer website", + "repo": "", + "owner": { + "username": "CallumCat", + "email": "rocco@caseymediallc.com", + "twitter": "CallumK_Cat", + "discord": "Callum#0003" + }, + "A": [ + "85.209.223.240" + ] +} From bf0208099d9e292dd8cf4314b56720bfbf1c4708 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 29 Apr 2023 11:46:25 +0800 Subject: [PATCH 2/2] Update shep.json --- domains/shep.json | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/domains/shep.json b/domains/shep.json index 022703427..c5581e0a5 100644 --- a/domains/shep.json +++ b/domains/shep.json @@ -1,13 +1,12 @@ { - "description": "Callum's personal developer website", - "repo": "", - "owner": { - "username": "CallumCat", - "email": "rocco@caseymediallc.com", - "twitter": "CallumK_Cat", - "discord": "Callum#0003" - }, - "A": [ - "85.209.223.240" - ] + "description": "Callum's personal developer website", + "owner": { + "username": "CallumCat", + "email": "rocco@caseymediallc.com", + "twitter": "CallumK_Cat", + "discord": "Callum#0003" + }, + "record": { + "A": ["85.209.223.240"] + } }