From 3838ec92b5ee622f3ca8170b425b70c0e19f7528 Mon Sep 17 00:00:00 2001 From: Spoozy Date: Sun, 8 Aug 2021 18:58:57 +0200 Subject: [PATCH 1/2] added spoozy domain --- domains/spoozy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/spoozy.json diff --git a/domains/spoozy.json b/domains/spoozy.json new file mode 100644 index 000000000..74fe05448 --- /dev/null +++ b/domains/spoozy.json @@ -0,0 +1,11 @@ +{ + "description": "Spoozy website", + "repo": "https://github.com/Spoozy/Spoozy.github.io", + "owner": { + "username": "Spoozy", + "email": "gaspardlebreton@outlook.com", + }, + "record": { + "CNAME": "Spoozy.github.io" + } +} From 8b4cc2ad19cec8ed2db58ec83330b7f176e18008 Mon Sep 17 00:00:00 2001 From: Hackermon <60828015+hackermondev@users.noreply.github.com> Date: Sun, 8 Aug 2021 14:02:15 -0400 Subject: [PATCH 2/2] fix json --- domains/spoozy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/spoozy.json b/domains/spoozy.json index 74fe05448..d9e7d42e9 100644 --- a/domains/spoozy.json +++ b/domains/spoozy.json @@ -3,7 +3,7 @@ "repo": "https://github.com/Spoozy/Spoozy.github.io", "owner": { "username": "Spoozy", - "email": "gaspardlebreton@outlook.com", + "email": "gaspardlebreton@outlook.com" }, "record": { "CNAME": "Spoozy.github.io"