about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0e9c255..72f2567 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,12 @@
 # NixOS config for loang.net
+
+## Communication
+
+Requests and patches should be sent to [~cnx/loang@lists.sr.ht].
+If use [git-send-email], set the following configurations:
+
+    git config sendemail.to '~cnx/loang@lists.sr.ht'
+    git config format.subjectPrefix 'PATCH loang-nixos'
+
+[~cnx/loang@lists.sr.ht]: https://lists.sr.ht/~cnx/loang
+[git-send-email]: https://git-send-email.io