From 8634396952ef931f8c059a27079edee28faa2860 Mon Sep 17 00:00:00 2001 From: xrcsss <88733667+xrcsss@users.noreply.github.com> Date: Sun, 23 Oct 2022 01:50:59 -0300 Subject: [PATCH 1/3] Create xrcs.json --- domains/xrcs.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/xrcs.json diff --git a/domains/xrcs.json b/domains/xrcs.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/xrcs.json @@ -0,0 +1 @@ + From 61e7b62a99d8ed4359a8ed871eccc78b6ff3098f Mon Sep 17 00:00:00 2001 From: xrcss <88733667+xrcss@users.noreply.github.com> Date: Sun, 23 Oct 2022 17:10:36 -0300 Subject: [PATCH 2/3] Update xrcs.json --- domains/xrcs.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/xrcs.json b/domains/xrcs.json index 8b1378917..990789782 100644 --- a/domains/xrcs.json +++ b/domains/xrcs.json @@ -1 +1,11 @@ - +{ + "description": "xrcs personal website", + "repo": "https://github.com/xrcss/xrcss.github.io", + "owner": { + "username": "xrcss", + "discord": "xrcs#0001" + }, + "record": { + "CNAME": "xrcss.github.io" + } +} From 1f2f43c7f36e5756f049d51892b9f37f669b3256 Mon Sep 17 00:00:00 2001 From: hackermon Date: Thu, 27 Oct 2022 22:53:25 -0400 Subject: [PATCH 3/3] empty email field --- domains/xrcs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/xrcs.json b/domains/xrcs.json index 990789782..ff6bcc2e6 100644 --- a/domains/xrcs.json +++ b/domains/xrcs.json @@ -3,7 +3,8 @@ "repo": "https://github.com/xrcss/xrcss.github.io", "owner": { "username": "xrcss", - "discord": "xrcs#0001" + "discord": "xrcs#0001", + "email": "" }, "record": { "CNAME": "xrcss.github.io"