From 5121671ce2bcca29b9b98b2cd3c47484db7aa748 Mon Sep 17 00:00:00 2001 From: ok300 <106775972+ok300@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:53:31 +0200 Subject: [PATCH 1/2] Added link to a more maintained fork of a repo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 206c00e..9fd1678 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ them: - [nostr-tools](https://github.com/fiatjaf/nostr-tools) - a JavaScript client that abstracts the relay management code for use by clients - [go-nostr](https://github.com/fiatjaf/go-nostr) - a Go library that implements relay management, plus event encoding and signing utils - [nostr-rs](https://github.com/futurepaul/nostr-rs) - a Rust implementation of the nostr protocol + - [ok300/nostr-rs](https://github.com/ok300/nostr-rs) - a more maintained fork - [relayer](https://github.com/fiatjaf/relayer) - a server framework for writing custom relays - [NostrPostr](https://github.com/Giszmo/NostrPostr) - a Kotlin Nostr library for clients or relays - [python-nostr](https://github.com/jeffthibault/python-nostr) - a python library for making clients From 29c4969b5249f10c5b3b145039311a8e5afce124 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Thu, 25 Aug 2022 13:25:55 +0200 Subject: [PATCH 2/2] expanding description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fd1678..30aeb11 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ them: - [nostr-tools](https://github.com/fiatjaf/nostr-tools) - a JavaScript client that abstracts the relay management code for use by clients - [go-nostr](https://github.com/fiatjaf/go-nostr) - a Go library that implements relay management, plus event encoding and signing utils - [nostr-rs](https://github.com/futurepaul/nostr-rs) - a Rust implementation of the nostr protocol - - [ok300/nostr-rs](https://github.com/ok300/nostr-rs) - a more maintained fork + - [ok300/nostr-rs](https://github.com/ok300/nostr-rs) - a more maintained fork of nostr-rs - [relayer](https://github.com/fiatjaf/relayer) - a server framework for writing custom relays - [NostrPostr](https://github.com/Giszmo/NostrPostr) - a Kotlin Nostr library for clients or relays - [python-nostr](https://github.com/jeffthibault/python-nostr) - a python library for making clients