From 4a842b51dbe3507a4417264aab1aa3f1310c28a6 Mon Sep 17 00:00:00 2001 From: quickdaffy <71281295+quickdaffy@users.noreply.github.com> Date: Thu, 28 Jan 2021 09:04:23 -0500 Subject: [PATCH 1/5] added myself --- domains/quickdaffy.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/quickdaffy.json diff --git a/domains/quickdaffy.json b/domains/quickdaffy.json new file mode 100644 index 000000000..e3e92110f --- /dev/null +++ b/domains/quickdaffy.json @@ -0,0 +1,12 @@ +{ + "description": "quickdaffy's website", + "repo": "https://github.com/quickdaffy/quickdaffy.github.io", + "owner": { + "username": "quickdaffy", + "email": "quickdaffy@gmail.com", + "twitter": "quickdaffy" + }, + "record": { + "CNAME": "quickdaffy.github.io" + } +} From e830a9b0b1e821735c6f260fb27e6bba18228d21 Mon Sep 17 00:00:00 2001 From: quickdaffy <71281295+quickdaffy@users.noreply.github.com> Date: Fri, 29 Jan 2021 11:31:13 -0500 Subject: [PATCH 2/5] Rename quickdaffy.json to quick.json --- domains/{quickdaffy.json => quick.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{quickdaffy.json => quick.json} (100%) diff --git a/domains/quickdaffy.json b/domains/quick.json similarity index 100% rename from domains/quickdaffy.json rename to domains/quick.json From 0870eb847e178cee310bca71b85b5f2d2955a807 Mon Sep 17 00:00:00 2001 From: Jason Santiago Date: Fri, 29 Jan 2021 20:11:54 -0300 Subject: [PATCH 3/5] Add files via upload --- domains/jason.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/jason.json diff --git a/domains/jason.json b/domains/jason.json new file mode 100644 index 000000000..a465b5033 --- /dev/null +++ b/domains/jason.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "nythrox", + "email": "jasonsantiagobutler@gmail.com", + "twitter": "nythrox_", + "record": { + "URL": "https://jasonbutler.web.app/" + } + } +} From a94e342b8aee6591670deb091ae81cd17077b4b7 Mon Sep 17 00:00:00 2001 From: Safin Singh <42120904+safinsingh@users.noreply.github.com> Date: Fri, 29 Jan 2021 16:24:24 -0800 Subject: [PATCH 4/5] Create safin.json! --- domains/safin.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/safin.json diff --git a/domains/safin.json b/domains/safin.json new file mode 100644 index 000000000..aba00f197 --- /dev/null +++ b/domains/safin.json @@ -0,0 +1,11 @@ +{ + "description": "Safin's is-a-dev domain!", + "repo": "https://github.com/safinsingh", + "owner": { + "username": "safinsingh", + "email": "safin.singh@gmail.com" + }, + "record": { + "URL": "https://safin.dev" + } +} From 8a6ec02b2911dad77ab2ccce6da67ffef352cc1e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 30 Jan 2021 18:54:01 +0530 Subject: [PATCH 5/5] Fixes jason.json --- domains/jason.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/jason.json b/domains/jason.json index a465b5033..54d041ba6 100644 --- a/domains/jason.json +++ b/domains/jason.json @@ -2,9 +2,9 @@ "owner": { "username": "nythrox", "email": "jasonsantiagobutler@gmail.com", - "twitter": "nythrox_", - "record": { - "URL": "https://jasonbutler.web.app/" - } + "twitter": "nythrox_" + }, + "record": { + "URL": "https://jasonbutler.web.app/" } }