From f8deebc0c4f5f931f8dbba33ec55511fbf63cc7e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 15:10:43 +0530 Subject: [PATCH] Removes all registered domains --- domains/akshay.json | 11 ----------- domains/test.json | 10 ---------- 2 files changed, 21 deletions(-) delete mode 100644 domains/akshay.json delete mode 100644 domains/test.json diff --git a/domains/akshay.json b/domains/akshay.json deleted file mode 100644 index 5d1e5acfc..000000000 --- a/domains/akshay.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Akshay's personal website", - "repo": "https://github.com/phenax/phenax.github.io", - "owner": { - "username": "phenax", - "email": "phenax5@gmail.com" - }, - "record": { - "CNAME": "phenax.github.io" - } -} diff --git a/domains/test.json b/domains/test.json deleted file mode 100644 index 19cb026d0..000000000 --- a/domains/test.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Test website by akshay", - "owner": { - "username": "phenax", - "email": "phenax5@gmail.com" - }, - "record": { - "CNAME": "duckduckgo.com" - } -}