commit fb8a219e2a3363c6ac9f5e819b45cca7ca4a1086
parent cb667a50cb18cc38d49e520642743de727bed3ca
Author: Oliver Lowe <o@olowe.co>
Date: Sat, 22 Oct 2022 22:00:31 +1100
link to the new general mailing list
because there's so many subscribers... lol
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -4,7 +4,7 @@ package icinga provides a client to the Icinga2 HTTP API.
[](http://godocs.io/olowe.co/icinga)
-Send patches, questions or a friendly "hello" to the mailing list: [~otl/icinga@lists.sr.ht](mailto:~otl/icinga@lists.sr.ht) 🙂
+Send patches, questions or a friendly "hello" to the mailing list: [~otl/public-inbox@lists.sr.ht](mailto:~otl/public-inbox@lists.sr.ht)
Or, read [the archives][list].
## Quick Start
@@ -23,13 +23,13 @@ Make some changes, then run the tests:
go test
-Please send any patches to the [mailing list](https://lists.sr.ht/~otl/icinga):
+Please send any patches to the [mailing list][list]:
- git send-email --to="~otl/icinga@lists.sr.ht" HEAD^
+ git send-email --to="~otl/public-inbox@lists.sr.ht" HEAD^
For those unfamiliar with this workflow, see [git-send-email.io][sendemail].
-[list]: https://lists.sr.ht/~otl/icinga
+[list]: https://lists.sr.ht/~otl/public-inbox
[sendemail]: https://git-send-email.io
### Tests