From bfc1b00c72f1210df758d51a808b9a99c757241c Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 14 Nov 2021 16:07:53 +0100 Subject: [PATCH] README: update "Developing" section --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 6ed5f5b..d4cf80c 100644 --- a/README.md +++ b/README.md @@ -85,20 +85,7 @@ see postprocess.sh in this repository. # Developing -See the mailing list and issue tracker on https://sr.ht/~martijnbraam/Megapixels/ - -To send patches, follow this procedure: - -1. Change the default subject prefix from "PATCH" to "PATCH Megapixels" by - running this command (only needed once). - ```shell-session - $ git config --local format.subjectPrefix "PATCH Megapixels" - ``` -2. Rebase your commits on top of the latest `master`. -3. Send them to the mailing list: - ```shell-session - $ git send-email --to="~martijnbraam/public-inbox@lists.sr.ht" origin/master - ``` +Megapixels is developed at: https://gitlab.com/postmarketOS/megapixels ## Source code organization