From c62875e17bcc6df4fa16796af3e966a715ae2dc4 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 8 Oct 2020 06:21:17 +0200 Subject: [PATCH 1/2] 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 9248ada428bae5d09a1ff9d50075d18cdb299830 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 8 Oct 2020 12:48:56 +0200 Subject: [PATCH 2/2] 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/"