From 690dc3b2762f036c9ffe8fe00a0318d76ca7c342 Mon Sep 17 00:00:00 2001 From: Unseen Acoustics Date: Thu, 18 Mar 2021 22:59:20 -0400 Subject: [PATCH 1/2] Create unseen.json --- domains/unseen.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/unseen.json diff --git a/domains/unseen.json b/domains/unseen.json new file mode 100644 index 000000000..8e9db5917 --- /dev/null +++ b/domains/unseen.json @@ -0,0 +1,11 @@ +{ + "description": "Unseen's Github Website", + "repo": "https://github.com/UnseenAcoustics/UnseenAcoustics.github.io", + "owner": { + "username": "UnseenAcoustics", + "email": "edwir122@gmail.com" + }, + "record": { + "CNAME": "UnseenAcoustics.github.io" + } +} From a4260632aef7bc0331bdeaa41313a233f2358564 Mon Sep 17 00:00:00 2001 From: Unseen Acoustics Date: Fri, 19 Mar 2021 01:10:22 -0400 Subject: [PATCH 2/2] Update unseen.json --- domains/unseen.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/unseen.json b/domains/unseen.json index 8e9db5917..7e5520386 100644 --- a/domains/unseen.json +++ b/domains/unseen.json @@ -1,11 +1,11 @@ { "description": "Unseen's Github Website", - "repo": "https://github.com/UnseenAcoustics/UnseenAcoustics.github.io", + "repo": "https://github.com/UnseenAcoustics/unseenacoustics.github.io", "owner": { "username": "UnseenAcoustics", "email": "edwir122@gmail.com" }, "record": { - "CNAME": "UnseenAcoustics.github.io" + "CNAME": "unseenacoustics.github.io" } }