From 41806352d22464a1b162a2d530a66e0fce1ea231 Mon Sep 17 00:00:00 2001 From: Bruno Wego Date: Fri, 31 May 2019 12:26:06 -0300 Subject: [PATCH] chore(README): link correction for go-minisign --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 938bb6e..3a8fe6e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Additional tools, libraries and implementations * [minisign-misc](https://github.com/JayBrown/minisign-misc) is a very nice set of workflows and scripts for macOS to verify and sign files 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. * [rust-minisign](https://github.com/jedisct1/rust-minisign) is a Minisign library written in pure Rust, that can be embedded in other applications.