From fc2891ade6f3a9440523608d34af430a7ad15ba2 Mon Sep 17 00:00:00 2001 From: Tim Sullivan Date: Mon, 5 Oct 2020 13:08:00 -0700 Subject: [PATCH 1/2] Create tsull360.json Add new user information --- domains/tsull360.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/tsull360.json diff --git a/domains/tsull360.json b/domains/tsull360.json new file mode 100644 index 000000000..cf23c44ed --- /dev/null +++ b/domains/tsull360.json @@ -0,0 +1,12 @@ +{ + "description": "Tim's personal website", + "repo": "https://github.com/melwyn95/melwyn95.github.io", + "owner": { + "username": "tsull360", + "email": "tsull360@outlook.com" + }, + "record": { + "CNAME": "tsull360.github.io", + "URL": "https://tsull360.is-a.dev" + } +} From 58c571363a70bc429daa25fda5458dfc3557095e Mon Sep 17 00:00:00 2001 From: Tim Sullivan Date: Mon, 5 Oct 2020 13:42:25 -0700 Subject: [PATCH 2/2] Update tsull360.json Corrected repo URL --- domains/tsull360.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tsull360.json b/domains/tsull360.json index cf23c44ed..0bda80bfe 100644 --- a/domains/tsull360.json +++ b/domains/tsull360.json @@ -1,6 +1,6 @@ { "description": "Tim's personal website", - "repo": "https://github.com/melwyn95/melwyn95.github.io", + "repo": "https://github.com/tsull360/tsull360.github.io", "owner": { "username": "tsull360", "email": "tsull360@outlook.com"