From 8e17798c5c55a9f681215de809c3b20bd56c277b Mon Sep 17 00:00:00 2001 From: Khush Vasudeo Patil <85348050+AssassinK786@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:01:49 +0530 Subject: [PATCH 1/2] Register khushpatil.is-a.dev --- domains/khushpatil.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/khushpatil.json diff --git a/domains/khushpatil.json b/domains/khushpatil.json new file mode 100644 index 000000000..f329321e8 --- /dev/null +++ b/domains/khushpatil.json @@ -0,0 +1,11 @@ +{ + "description": "my personal homepage", + "repo": "https://github.com/AssassinK786", + "owner": { + "username": "AssassinK786", + "email": "khushpatil01@gmail.com", + }, + "record": { + "CNAME": "AssassinK786.github.io" + } +} From c95e659322b565c56620042f91bfc5abc4e962ed Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:48:34 -0400 Subject: [PATCH 2/2] chore: fixing invalid json --- domains/khushpatil.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/domains/khushpatil.json b/domains/khushpatil.json index f329321e8..11680a19d 100644 --- a/domains/khushpatil.json +++ b/domains/khushpatil.json @@ -1,11 +1,11 @@ { - "description": "my personal homepage", - "repo": "https://github.com/AssassinK786", - "owner": { - "username": "AssassinK786", - "email": "khushpatil01@gmail.com", + "description": "my personal homepage", + "repo": "https://github.com/AssassinK786", + "owner": { + "username": "AssassinK786", + "email": "khushpatil01@gmail.com" }, - "record": { - "CNAME": "AssassinK786.github.io" - } + "record": { + "CNAME": "assassink786.github.io" + } }