From 7b360512e62df572485daa5b9ecdc6ad5d460d38 Mon Sep 17 00:00:00 2001 From: lime360 entertainment <56405352+lime360@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:29:36 +0300 Subject: [PATCH 1/2] add me --- domains/lime360.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lime360.json diff --git a/domains/lime360.json b/domains/lime360.json new file mode 100644 index 000000000..d427aa684 --- /dev/null +++ b/domains/lime360.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "lime360", + "email": "emeraldlime@protonmail.com" + "discord": "lime360#3291" + } + "description": "my website" + "repo": "https://github.com/lime360/lime360.github.io" + "record": { + "CNAME": "lime360.github.io" + } +} From 8b859668cf41b519a00da67146dcabb7777c1dc6 Mon Sep 17 00:00:00 2001 From: Hackermon <60828015+hackermondev@users.noreply.github.com> Date: Thu, 9 Jun 2022 13:16:15 -0400 Subject: [PATCH 2/2] fix: json --- domains/lime360.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/domains/lime360.json b/domains/lime360.json index d427aa684..6bc077f52 100644 --- a/domains/lime360.json +++ b/domains/lime360.json @@ -1,11 +1,12 @@ { "owner": { "username": "lime360", - "email": "emeraldlime@protonmail.com" + "email": "emeraldlime@protonmail.com", "discord": "lime360#3291" - } - "description": "my website" - "repo": "https://github.com/lime360/lime360.github.io" + }, + + "description": "my website", + "repo": "https://github.com/lime360/lime360.github.io", "record": { "CNAME": "lime360.github.io" }