General catch-all for patches, questions, and discussions for Amolith's projects that don't have their own mailing list, like adresilo.
As stated all over sourcehut, please review the etiquette guide and make sure your client is set up properly prior to sending a patch.
#How to send patches
When posting patches to this list, please edit the [PATCH]
line to include the specific project you're contributing to, e.g.
[PATCH adresilo v2] fancy commit message
To configure a Git repository to use this list (replace <project>
with the project name):
git config sendemail.to "~amolith/public-inbox@lists.sr.ht"
git config format.subjectprefix "PATCH <project>"