From 57b02c22631ebe6d4a269e4d1aa816bc5ef690cf Mon Sep 17 00:00:00 2001 From: Kamal Chandra Upreti Date: Mon, 14 Oct 2024 13:15:18 +0545 Subject: [PATCH 1/2] Register kml.is-a.dev --- domains/kml.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kml.json diff --git a/domains/kml.json b/domains/kml.json new file mode 100644 index 000000000..593cccaa5 --- /dev/null +++ b/domains/kml.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website kmlupreti", + "repo": "https://github.com/kmlupreti/register", + "owner": { + "username": "kmlupreti", + "email": "kmlupreti@protonmail.com" + }, + "record": { + "CNAME": "kmlupreti.github.io" + } +} From 5e8c82ed0a9dd7e016ffa5102ff7e2524adc1b1a Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:38:28 -0400 Subject: [PATCH 2/2] chore: formatting and validation --- domains/kml.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/domains/kml.json b/domains/kml.json index 593cccaa5..b960df211 100644 --- a/domains/kml.json +++ b/domains/kml.json @@ -1,11 +1,11 @@ { - "description": "Personal website kmlupreti", - "repo": "https://github.com/kmlupreti/register", - "owner": { - "username": "kmlupreti", - "email": "kmlupreti@protonmail.com" - }, - "record": { - "CNAME": "kmlupreti.github.io" - } + "description": "Personal website kmlupreti", + "repo": "https://github.com/kmlupreti/register", + "owner": { + "username": "kmlupreti", + "email": "kmlupreti@protonmail.com" + }, + "record": { + "CNAME": "kmlupreti.github.io" + } }