From 8cae28cc158b9cfebf3d2a6e3552e83d16b29100 Mon Sep 17 00:00:00 2001 From: Dominik Schulz Date: Thu, 2 Feb 2017 16:05:00 +0100 Subject: [PATCH] Add Go Report Card --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06d2d3cf37..3e1d59376b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # gopass +[![Go Report Card](https://goreportcard.com/badge/github.com/justwatchcom/gopass)](https://goreportcard.com/report/github.com/justwatchcom/gopass) + The slightly more awesome Standard Unix Password Manager for Teams. Written in Go. > Password management should be simple and follow [Unix philosophy](http://en.wikipedia.org/wiki/Unix_philosophy). With `pass`, each secret lives inside of a `gpg` encrypted file whose filename is the title of the website or resource that requires the secret. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities. - [passwordstore.org](https://www.passwordstore.org/) @@ -480,7 +482,7 @@ If you use `gopass` as a library be sure to vendor it and expect breaking change ## Credit & License -`gopass` is maintained by the nice folks from [JustWatch](https://www.justwatch.com) and licensed under the terms of the MIT license. +`gopass` is maintained by the nice folks from [JustWatch](https://www.justwatch.com/gopass) and licensed under the terms of the MIT license. Maintainers of this repository: - Matthias Loibl @metalmatze