git-secrets: fix homepage url

This commit is contained in:
Matthew Justin Bauer
2018-05-08 18:17:44 -05:00
committed by GitHub
parent 88946527a5
commit 92af917827

View File

@@ -33,7 +33,7 @@ in stdenv.mkDerivation {
meta = {
description = "Prevents you from committing passwords and other sensitive information to a git repository";
homepage = https://github.com/awslabs/git-secretshttps://github.com/awslabs/git-secrets;
homepage = https://github.com/awslabs/git-secrets;
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.all;
};