Merge pull request #52 from brunowego/patch-1

Link correction for go-minisign
This commit is contained in:
Frank Denis 2019-05-31 18:25:45 +02:00 committed by GitHub
commit 971d70bd2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ Additional tools, libraries and implementations
* [minisign-misc](https://github.com/JayBrown/minisign-misc) is a very * [minisign-misc](https://github.com/JayBrown/minisign-misc) is a very
nice set of workflows and scripts for macOS to verify and sign files nice set of workflows and scripts for macOS to verify and sign files
with minisign. with minisign.
* [minisign-go](https://github.com/jedisct1/minisign-go) is a small module * [go-minisign](https://github.com/jedisct1/go-minisign) is a small module
in Go to verify Minisign signatures. in Go to verify Minisign signatures.
* [rust-minisign](https://github.com/jedisct1/rust-minisign) is a Minisign * [rust-minisign](https://github.com/jedisct1/rust-minisign) is a Minisign
library written in pure Rust, that can be embedded in other applications. library written in pure Rust, that can be embedded in other applications.