Commit Diff


commit - cb667a50cb18cc38d49e520642743de727bed3ca
commit + fb8a219e2a3363c6ac9f5e819b45cca7ca4a1086
blob - 448579c0a054e06e476cf8d731b3517ca9a5e6c0
blob + b60b049ae4607efc7ad4993bdface9d6457bc587
--- README.md
+++ README.md
@@ -4,7 +4,7 @@ package icinga provides a client to the Icinga2 HTTP A
 
 [![godocs.io](http://godocs.io/olowe.co/icinga?status.svg)](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