README.md: update source code location

Related: https://postmarketos.org/blog/2024/01/17/moving-pmbootstrap/
This commit is contained in:
Oliver Smith 2024-01-16 21:52:22 +00:00
parent e0e3e213ba
commit 6ffb174870
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -5,23 +5,8 @@ Sophisticated chroot/build/flash tool to develop and install
## Development ## Development
pmbootstrap is being developed on SourceHut Find the location of the upstream repository for pmbootstrap on the
([what](https://postmarketos.org/blog/2022/07/25/considering-sourcehut/)): [postmarketOS homepage](https://postmarketos.org/source-code/).
https://git.sr.ht/~postmarketos/pmbootstrap
Send patches via mail or web UI to
[pmbootstrap-devel](https://lists.sr.ht/~postmarketos/pmbootstrap-devel)
([subscribe](mailto:~postmarketos/pmbootstrap-devel+subscribe@lists.sr.ht)):
```
~postmarketos/pmbootstrap-devel@lists.sr.ht
```
You can set the default values for sending email in the git checkout
```
$ git config sendemail.to "~postmarketos/pmbootstrap-devel@lists.sr.ht"
$ git config format.subjectPrefix "PATCH pmbootstrap"
```
Run CI scripts locally with: Run CI scripts locally with:
``` ```