From 96ac24ea605564bd1bf52c862fa7fc84fab5f13e Mon Sep 17 00:00:00 2001 From: Austin Young Date: Tue, 13 Oct 2020 08:44:18 -1000 Subject: [PATCH 1/2] Create god.json --- domains/god.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/god.json diff --git a/domains/god.json b/domains/god.json new file mode 100644 index 000000000..cc9bc27be --- /dev/null +++ b/domains/god.json @@ -0,0 +1,12 @@ +{ + "description": "Austin's personal developer website", + "repo": "https://github.com/austindyoung", + "owner": { + "username": "austindyoung", + "email": "austin@doesweb.dev", + "twitter": "" + }, + "record": { + "URL": "austindyoung.github.io" + } + } From d3e277252edce47c94cb251e192f70f2e09c278c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 15 Oct 2020 00:49:57 +0530 Subject: [PATCH 2/2] Update domains/god.json --- domains/god.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/god.json b/domains/god.json index cc9bc27be..57ab5108b 100644 --- a/domains/god.json +++ b/domains/god.json @@ -7,6 +7,6 @@ "twitter": "" }, "record": { - "URL": "austindyoung.github.io" + "URL": "https://austindyoung.github.io" } }