From be1ef11be95483e7c7918cc8f38386d515de8311 Mon Sep 17 00:00:00 2001 From: Shivang Kakkar <88478059+ShivangKakkar@users.noreply.github.com> Date: Thu, 17 Nov 2022 18:22:36 +0530 Subject: [PATCH] Rename my subdomain from stark to shivang --- domains/shivang.json | 12 ++++++++++++ domains/stark.json | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 domains/shivang.json delete mode 100644 domains/stark.json diff --git a/domains/shivang.json b/domains/shivang.json new file mode 100644 index 000000000..4c0f54aa6 --- /dev/null +++ b/domains/shivang.json @@ -0,0 +1,12 @@ +{ + "description": "Projects by Shivang Kakkar", + "repo": "https://github.com/ShivangKakkar/shivangkakkar.github.io", + "owner": { + "username": "ShivangKakkar", + "email": "shivangkakkar88@gmail.com", + "telegram": "ShivangKakkar88" + }, + "record": { + "CNAME": "ShivangKakkar.github.io" + } +} diff --git a/domains/stark.json b/domains/stark.json deleted file mode 100644 index cc53bc7f5..000000000 --- a/domains/stark.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Projects by Stark Programmer", - "repo": "https://github.com/StarkBotsIndustries/starkbotsindustries.github.io", - "owner": { - "username": "StarkBotsIndustries", - "email": "starkbotsindustries@gmail.com", - "telegram": "StarkProgrammer" - }, - "record": { - "CNAME": "StarkBotsIndustries.github.io" - } -}