Commit 59c8575f75a041c58f524b0473b0b6b10cf9b332
1 parent
c8f1e6bf
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,7 +26,7 @@ cosign verify-blob qpdf-x.y.z.sha256 --bundle qpdf-x.y.z.sha256.sigstore \ | ||
| 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 | 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 | * Jay Berkenbilt <ejb@ql.org> | 28 | * Jay Berkenbilt <ejb@ql.org> |
| 29 | -* Manfred Holger <manfred.holger@qpdf.org> | 29 | +* Manfred Holger <m.holger@qpdf.org> |
| 30 | 30 | ||
| 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. | 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 |