From e152695418237f09d2c59aa1585e4e86e029c339 Mon Sep 17 00:00:00 2001 From: Hero <15278940+HeroGamers@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:49:51 +0100 Subject: [PATCH 1/4] Update email I changed from using .xyz to .dev, and no longer use the .xyz domain, so thought it would be a good idea to update it :) Also gave a slightly better description than before. Again, thanks a lot for making this possible! --- domains/marcus.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/marcus.json b/domains/marcus.json index cbc3efd0a..851a898ec 100644 --- a/domains/marcus.json +++ b/domains/marcus.json @@ -1,9 +1,9 @@ { - "description": "A personal website", + "description": "A portfolio website for HeroGamers (Marcus).", "repo": "https://github.com/HeroGamers/HeroGamers", "owner": { "username": "HeroGamers", - "email": "hero@herogamers.xyz", + "email": "webmaster@herogamers.dev", "twitter": "ItsHeroGamers" }, "record": { From de10b16f2cf3093df7a362118f3e7f737ff3828b Mon Sep 17 00:00:00 2001 From: Soham Bhattacharyya Date: Sat, 12 Feb 2022 18:32:13 +0530 Subject: [PATCH 2/4] Create soham.json --- domains/soham.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/soham.json diff --git a/domains/soham.json b/domains/soham.json new file mode 100644 index 000000000..761e0bf63 --- /dev/null +++ b/domains/soham.json @@ -0,0 +1,11 @@ +{ + "description": "Soham's personal website", + "repo": "https://github.com/sohamdoescode/sohamdoescode.github.io", + "owner": { + "username": "sohamdoescode", + "email": "soham.b630@gmail.com" + }, + "record": { + "CNAME": "https://sohamdoescode.github.io/" + } +} From 013b873886276f835d839af00432227732ae4160 Mon Sep 17 00:00:00 2001 From: Phantom <71928730+SealedSaucer@users.noreply.github.com> Date: Sat, 12 Feb 2022 18:53:28 +0530 Subject: [PATCH 3/4] Update phantom.json --- domains/phantom.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/phantom.json b/domains/phantom.json index 34b4c0f2c..1af0b95f7 100644 --- a/domains/phantom.json +++ b/domains/phantom.json @@ -3,9 +3,9 @@ "repo": "https://github.com/SealedSaucer", "owner": { "username": "SealedSaucer", - "email": "phantom@phantomcodes.ga" + "email": "sealedsaucer@gmail.com" }, "record": { - "URL": "https://phantomcodes.ga" + "URL": "https://phantom.codes" } } From 0235dfea0cd9e82236005b5a0ba930bb31918e50 Mon Sep 17 00:00:00 2001 From: Soham Bhattacharyya Date: Sat, 12 Feb 2022 22:08:55 +0530 Subject: [PATCH 4/4] Update soham.json --- domains/soham.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/soham.json b/domains/soham.json index 761e0bf63..51a2e3e43 100644 --- a/domains/soham.json +++ b/domains/soham.json @@ -6,6 +6,6 @@ "email": "soham.b630@gmail.com" }, "record": { - "CNAME": "https://sohamdoescode.github.io/" + "CNAME": "sohamdoescode.github.io" } }