From 9f450da4faaf0f4ab909cd7db645bca643ad4778 Mon Sep 17 00:00:00 2001 From: April Hall <134935244+arithefirst@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:05:43 -0500 Subject: [PATCH 1/2] Create april.json --- domains/april.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/april.json diff --git a/domains/april.json b/domains/april.json new file mode 100644 index 000000000..74870a2d5 --- /dev/null +++ b/domains/april.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/arithefirst/portfolio", + "owner": { + "username": "arithefirst", + "email": "ari@arithefirst.com", + }, + "record": { + "URL": "https://www.arithefirst.com" + } +} From 7460bba771316c67957227bff8bce6de905bfc75 Mon Sep 17 00:00:00 2001 From: April Hall <134935244+arithefirst@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:09:04 -0500 Subject: [PATCH 2/2] Remove trailing comma --- domains/april.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/april.json b/domains/april.json index 74870a2d5..d2171486d 100644 --- a/domains/april.json +++ b/domains/april.json @@ -2,7 +2,7 @@ "repo": "https://github.com/arithefirst/portfolio", "owner": { "username": "arithefirst", - "email": "ari@arithefirst.com", + "email": "ari@arithefirst.com" }, "record": { "URL": "https://www.arithefirst.com"