trufflehog: specify license

This commit is contained in:
Fabian Affolter
2023-01-20 08:48:48 +01:00
committed by GitHub
parent ec09a47159
commit 05c9552d2e
+2 -2
View File
@@ -27,7 +27,7 @@ buildGoModule rec {
description = "Find credentials all over the place";
homepage = "https://github.com/trufflesecurity/trufflehog";
changelog = "https://github.com/trufflesecurity/trufflehog/releases/tag/v${version}";
license = with licenses; [ agpl3 ];
maintainers = with maintainers; [ ];
license = with licenses; [ agpl3Only ];
maintainers = with maintainers; [ fab ];
};
}