Commit 0d42bc0b158b1ca27b2d3e3e71e252ac9b65734f
Committed by
GitHub
Merge pull request #1618 from m-holger/sign
Update signer's email in README.md for accuracy.
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
| ... | ... | @@ -26,7 +26,7 @@ cosign verify-blob qpdf-x.y.z.sha256 --bundle qpdf-x.y.z.sha256.sigstore \ |
| 26 | 26 | The identity `signer-identity@qpdf.org` should be replaced with the name of the person who signed the release. This will be indicated in the release notes. Valid signers are |
| 27 | 27 | |
| 28 | 28 | * Jay Berkenbilt <ejb@ql.org> |
| 29 | -* Manfred Holger <manfred.holger@qpdf.org> | |
| 29 | +* Manfred Holger <m.holger@qpdf.org> | |
| 30 | 30 | |
| 31 | 31 | qpdf versions prior to version 13 were also signed using Jay Berkenbilt's GPG key, which has fingerprint `C2C9 6B10 011F E009 E6D1 DF82 8A75 D109 9801 2C7E` and can be found at https://q.ql.org/pubkey.asc or downloaded from a public key server. Starting with qpdf 13, releases are signed only using cosign. |
| 32 | 32 | ... | ... |