From c62875e17bcc6df4fa16796af3e966a715ae2dc4 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 8 Oct 2020 06:21:17 +0200 Subject: [PATCH 1/4] Create andros.json --- domains/andros.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/andros.json diff --git a/domains/andros.json b/domains/andros.json new file mode 100644 index 000000000..c99af7fc2 --- /dev/null +++ b/domains/andros.json @@ -0,0 +1,11 @@ +{ + "description": "Andros's personal developer website", + "repo": "https://github.com/tanrax", + "owner": { + "username": "Andros Fenollosa Hurtado", + "email": "" + }, + "record": { + "URL": "https://programadorwebvalencia.com/" + } +} From 1c273a37d26aabea44bc62ddca8946f2a8280997 Mon Sep 17 00:00:00 2001 From: Rabbi Shuki Gur Date: Thu, 8 Oct 2020 10:59:34 +0300 Subject: [PATCH 2/4] Create rabbi-shuki.json --- domains/rabbi-shuki.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/rabbi-shuki.json diff --git a/domains/rabbi-shuki.json b/domains/rabbi-shuki.json new file mode 100644 index 000000000..b834efb75 --- /dev/null +++ b/domains/rabbi-shuki.json @@ -0,0 +1,12 @@ +{ + "description": "TODO: update readme", + "repo": "https://github.com/rabbishuki/rabbishuki.github.io", + "owner": { + "username": "Rabbi Shuki", + "email": "rabbishuki+is-a-dev@gmail.com" + }, + "record": { + "CNAME": "rabbishuki.github.io", + "URL": "https://rabbi-shuki.is-a.dev" + } +} From 9248ada428bae5d09a1ff9d50075d18cdb299830 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 8 Oct 2020 12:48:56 +0200 Subject: [PATCH 3/4] Remove email and Add twitter --- domains/andros.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/andros.json b/domains/andros.json index c99af7fc2..5d74e6434 100644 --- a/domains/andros.json +++ b/domains/andros.json @@ -3,7 +3,7 @@ "repo": "https://github.com/tanrax", "owner": { "username": "Andros Fenollosa Hurtado", - "email": "" + "twitter": "@androsfenollosa" }, "record": { "URL": "https://programadorwebvalencia.com/" From be1e4f3f15f6fc5ec41952fa06865f5489aa253d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 8 Oct 2020 17:54:58 +0530 Subject: [PATCH 4/4] Fixes andros 'email' field --- domains/andros.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/andros.json b/domains/andros.json index 5d74e6434..8d17a744f 100644 --- a/domains/andros.json +++ b/domains/andros.json @@ -3,6 +3,7 @@ "repo": "https://github.com/tanrax", "owner": { "username": "Andros Fenollosa Hurtado", + "email": "", "twitter": "@androsfenollosa" }, "record": {