From ed11167c26cd87c52d788a5bb3afcbf1c50a3332 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 5 Aug 2024 01:40:30 +0900 Subject: [PATCH] add mattn relays --- awesome-nostr-japan.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/awesome-nostr-japan.toml b/awesome-nostr-japan.toml index ff38bcd..94b907c 100644 --- a/awesome-nostr-japan.toml +++ b/awesome-nostr-japan.toml @@ -98,6 +98,22 @@ caption = "Relays" author_name = ["kojira"] author_url = ["https://github.com/kojira"] + [Relays.nostr_compile_error_net] + name = "" + address = "wss://nostr.compile-error.net" + description = "Japanese oriented relay written in Go" + description_ja = "Go で書かれた日本向けリレー" + author_name = ["mattn"] + author_url = ["https://github.com/mattn"] + + [Relays.cagliostr_compile_error_net] + name = "" + address = "wss://cagliostr.compile-error.net" + description = "Japanese oriented relay written in C++" + description_ja = "C++ で書かれた日本向けリレー" + author_name = ["mattn"] + author_url = ["https://github.com/mattn"] + [WebServices] caption = "Web Services"