From c5eba8b07be0abc74c0a1260f3c142ba99f57ad8 Mon Sep 17 00:00:00 2001 From: Pedro Henrique Pires Date: Tue, 4 Feb 2025 11:44:14 -0300 Subject: [PATCH 1/3] Create php.json --- domains/php.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/php.json diff --git a/domains/php.json b/domains/php.json new file mode 100644 index 000000000..391bff798 --- /dev/null +++ b/domains/php.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website for Pedro Henrique Pires (PHP)", + "owner": { + "username": "pedrohenriquepirs", + "email": "pdrhenriquepires@gmail.com" + }, + "record": { + "CNAME": "pedrohenriquepires.com.br" + }, +} From 605a690cbd6ccced1deef457ebadc865f804c8c2 Mon Sep 17 00:00:00 2001 From: Pedro Henrique Pires Date: Tue, 4 Feb 2025 11:50:27 -0300 Subject: [PATCH 2/3] Update php.json --- domains/php.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/php.json b/domains/php.json index 391bff798..f3d6a20b0 100644 --- a/domains/php.json +++ b/domains/php.json @@ -1,7 +1,7 @@ { "description": "Personal website for Pedro Henrique Pires (PHP)", "owner": { - "username": "pedrohenriquepirs", + "username": "pedrohenriquepires", "email": "pdrhenriquepires@gmail.com" }, "record": { From ea5818ff41b9693648eca141e8471b611fa5932e Mon Sep 17 00:00:00 2001 From: Pedro Henrique Pires Date: Wed, 5 Feb 2025 14:13:47 -0300 Subject: [PATCH 3/3] Update php.json Co-authored-by: 21Z <21z95@proton.me> --- domains/php.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/php.json b/domains/php.json index f3d6a20b0..7296cc2ec 100644 --- a/domains/php.json +++ b/domains/php.json @@ -6,5 +6,5 @@ }, "record": { "CNAME": "pedrohenriquepires.com.br" - }, + } }