From d6f56dffdd418781e707f13ea890bef29633a75d Mon Sep 17 00:00:00 2001 From: Gustavo Meredyk Date: Thu, 27 Mar 2025 20:27:26 -0300 Subject: [PATCH 1/3] Create crafting.json --- domains/crafting.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/crafting.json diff --git a/domains/crafting.json b/domains/crafting.json new file mode 100644 index 000000000..23d678834 --- /dev/null +++ b/domains/crafting.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "meredyk" + }, + "record": { + "URL": "https://www.crafting.com.br/" + } +} From 9fcdee7dceb20dbb96bb59d35e51612e10f3d989 Mon Sep 17 00:00:00 2001 From: Gustavo Meredyk Date: Fri, 28 Mar 2025 18:28:46 -0300 Subject: [PATCH 2/3] Update crafting.json add contact --- domains/crafting.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/crafting.json b/domains/crafting.json index 23d678834..5ecf998a7 100644 --- a/domains/crafting.json +++ b/domains/crafting.json @@ -1,6 +1,7 @@ { "owner": { "username": "meredyk" + "email": "gustavo@meredyk.com.br" }, "record": { "URL": "https://www.crafting.com.br/" From d5bdd0fda7ed7cf0fe94834ceb5cffec3e0fe95c Mon Sep 17 00:00:00 2001 From: Gustavo Meredyk Date: Fri, 28 Mar 2025 21:07:48 -0300 Subject: [PATCH 3/3] Update crafting.json fix comma --- domains/crafting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/crafting.json b/domains/crafting.json index 5ecf998a7..86f54f684 100644 --- a/domains/crafting.json +++ b/domains/crafting.json @@ -1,6 +1,6 @@ { "owner": { - "username": "meredyk" + "username": "meredyk", "email": "gustavo@meredyk.com.br" }, "record": {