From b5a45f86978a749e27619d7f7472fe87b57a5c02 Mon Sep 17 00:00:00 2001 From: Bryan Date: Thu, 22 Dec 2022 01:41:04 -0500 Subject: [PATCH] nostr fix --- .well-known/nostr.json | 5 ----- codecologist.github.io/.well-known/nstor.json | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 .well-known/nostr.json create mode 100644 codecologist.github.io/.well-known/nstor.json diff --git a/.well-known/nostr.json b/.well-known/nostr.json deleted file mode 100644 index 8d0093e..0000000 --- a/.well-known/nostr.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "names": { - "Bryan": "f47d575f2c441f579acda9d032950f36c266961302e9e6c12c585f2c496724b2" - } - } \ No newline at end of file diff --git a/codecologist.github.io/.well-known/nstor.json b/codecologist.github.io/.well-known/nstor.json new file mode 100644 index 0000000..9d83268 --- /dev/null +++ b/codecologist.github.io/.well-known/nstor.json @@ -0,0 +1,5 @@ +{ + "names": { + "Bryan": "f47d575f2c441f579acda9d032950f36c266961302e9e6c12c585f2c496724b2" + } +} \ No newline at end of file