diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-12-11 14:30:59 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-12-11 14:30:59 +0900 |
commit | 431494d2e7d4dd14a550f06e31a1d0e28c30fef8 (patch) | |
tree | f4a255a030793e289edbd8c34ff204691605441e | |
parent | 26cbd33aa5cc5633995a8f4e3a9192c6a1a65f03 (diff) | |
download | nixos-conf-431494d2e7d4dd14a550f06e31a1d0e28c30fef8.tar.gz |
List the mailing list
-rw-r--r-- | README.md | 11 |
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 |