upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2023-07-10 08:40:58 -0700
committerfiatjaf_ <fiatjaf@gmail.com>2023-07-19 20:46:23 -0300
commitad39e1f3ca5ff2e61b1fc718a680c304acd82fef (patch)
tree7e5dc1656727324fd533afa23abf7ff86d6f2ac2
parent00f9f5b049cd0a1cbba65166fb1fd5280ef448c1 (diff)
readme: add mailing lists
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9ffff27..a09be5e 100644
--- a/README.md
+++ b/README.md
@@ -201,6 +201,21 @@ When experimenting with kinds, keep in mind the classification introduced by [NI
2014. There should be no more than one way of doing the same thing. 2014. There should be no more than one way of doing the same thing.
2025. Other rules will be made up when necessary. 2025. Other rules will be made up when necessary.
203 203
204## Mailing Lists
205
206The nostr ecosystem is getting large with many different organizations, relays
207and clients. Following the nips repo on github is becoming more difficult and
208noisy. To coordinate on protocol development outside of github, there are
209mailing lists where you can work on NIPs before submitting them here:
210
211* [w3c nostr community group][w3-nostr] - [public-nostr@w3.org][mailto-w3] - requires signup
212* [nostr-protocol google group][nostr-google-group] - [nostr-protocol@googlegroups.com][mailto-google] - no signup required
213
214[w3-nostr]: https://www.w3.org/community/nostr/
215[mailto-w3]: mailto:public-nostr@w3.org
216[nostr-google-group]: https://groups.google.com/g/nostr-protocol
217[mailto-google]: mailto:nostr-protocol@googlegroups.com
218
204## License 219## License
205 220
206All NIPs are public domain. 221All NIPs are public domain.