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] 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" + } }