From bdd7510372874012db3cd03bb3d19a9c21ba3b67 Mon Sep 17 00:00:00 2001 From: Andrea Licheri <126976233+andrealicheri@users.noreply.github.com> Date: Mon, 10 Apr 2023 19:32:59 +0200 Subject: [PATCH 1/3] Add files via upload --- domains/windfarms.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/windfarms.json diff --git a/domains/windfarms.json b/domains/windfarms.json new file mode 100644 index 000000000..edae40f23 --- /dev/null +++ b/domains/windfarms.json @@ -0,0 +1,12 @@ +{ + "description": "WindFarms offical website", + "repo": "https://github.com/windfarms/windfarms.github.io", + "owner": { + "username": "windfarms", + "email": "windfarms@andrealicheri.anonaddy.com", + "twitter": "i don't have twitter" + }, + "record": { + "CNAME": "windfarms.github.io" + } +} \ No newline at end of file From 78e9d36e6a7edabe84eb8f225d0f85bcc68a7696 Mon Sep 17 00:00:00 2001 From: Andrea Licheri <126976233+andrealicheri@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:46:46 +0200 Subject: [PATCH 2/3] Removed useless twitter field Co-authored-by: William Harrison --- domains/windfarms.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/windfarms.json b/domains/windfarms.json index edae40f23..319981ffb 100644 --- a/domains/windfarms.json +++ b/domains/windfarms.json @@ -4,7 +4,6 @@ "owner": { "username": "windfarms", "email": "windfarms@andrealicheri.anonaddy.com", - "twitter": "i don't have twitter" }, "record": { "CNAME": "windfarms.github.io" From e7984f16b20f1300794f724118682246979eccea Mon Sep 17 00:00:00 2001 From: Andrea Licheri <126976233+andrealicheri@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:47:13 +0200 Subject: [PATCH 3/3] Removed dead comma Co-authored-by: William Harrison --- domains/windfarms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/windfarms.json b/domains/windfarms.json index 319981ffb..92117b3db 100644 --- a/domains/windfarms.json +++ b/domains/windfarms.json @@ -3,7 +3,7 @@ "repo": "https://github.com/windfarms/windfarms.github.io", "owner": { "username": "windfarms", - "email": "windfarms@andrealicheri.anonaddy.com", + "email": "windfarms@andrealicheri.anonaddy.com" }, "record": { "CNAME": "windfarms.github.io"