Update mailing list link

This commit is contained in:
Michael Vetter
2023-01-10 10:24:44 +01:00
parent c5c33bdce1
commit 0bae298746
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ and help others to see what's being worked on.
Also see the blogpost [Contributing a Patch via GitHub](https://profanity-im.github.io/blog/post/contributing-a-patch-via-github/).
### E-Mail
In case GitHub is down or you can't use it for any other reason, you can send a patch to our [mailing list](https://lists.notraces.net/mailman/listinfo/profanity).
In case GitHub is down or you can't use it for any other reason, you can send a patch to our [mailing list](https://lists.datenkollektiv.net/postorius/lists/profanity.lists.notraces.net).
We recommend that you follow the workflow mentioned above.
And create your patch using the [`git-format-patch`](https://git-scm.com/docs/git-format-patch) tool: `git format-patch master --stdout > feature.patch`