From 49c29d593d13832fc84a326d14e01ddd087fcab2 Mon Sep 17 00:00:00 2001 From: something Date: Tue, 6 Aug 2024 20:08:26 +0300 Subject: [PATCH] Fix --- domains/TrackStore.json | 11 ----------- domains/trackstore.json | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 domains/TrackStore.json create mode 100644 domains/trackstore.json diff --git a/domains/TrackStore.json b/domains/TrackStore.json deleted file mode 100644 index 2860feb59..000000000 --- a/domains/TrackStore.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "TrackStore will be website where people can share and find Hill Climb Racing 2 custom tracks. It is not ready yet, but is actively under development. The email I used is a Proton Mail 'hide my email alias'. For more info on TrackStore, see https://github.com/TrackStore#README", - "repo": "https://github.com/TrackStore/TrackStore.github.io", - "owner": { - "username": "TrackStore", - "email": "imaginary_macaw058@simplelogin.com" - }, - "record": { - "CNAME": "TrackStore.github.io" - } -} diff --git a/domains/trackstore.json b/domains/trackstore.json new file mode 100644 index 000000000..eb92f2038 --- /dev/null +++ b/domains/trackstore.json @@ -0,0 +1,11 @@ +{ + "description": "TrackStore is website where people can share and find Hill Climb Racing 2 custom tracks. It is not ready yet, but is actively under development. The email I used is a Proton Mail 'hide my email alias'. For more info on TrackStore, see https://github.com/TrackStore#README", + "repo": "https://github.com/TrackStore/TrackStore.github.io", + "owner": { + "username": "TrackStore", + "email": "imaginary_macaw058@simplelogin.com" + }, + "record": { + "CNAME": "trackstore.github.io" + } +}