git-secrets: fix homepage url

authored by Matthew Justin Bauer and committed by GitHub 92af9178 88946527

+1 -1
+1 -1
pkgs/applications/version-management/git-and-tools/git-secrets/default.nix
··· 33 34 meta = { 35 description = "Prevents you from committing passwords and other sensitive information to a git repository"; 36 - homepage = https://github.com/awslabs/git-secretshttps://github.com/awslabs/git-secrets; 37 license = stdenv.lib.licenses.asl20; 38 platforms = stdenv.lib.platforms.all; 39 };
··· 33 34 meta = { 35 description = "Prevents you from committing passwords and other sensitive information to a git repository"; 36 + homepage = https://github.com/awslabs/git-secrets; 37 license = stdenv.lib.licenses.asl20; 38 platforms = stdenv.lib.platforms.all; 39 };