ggshield: fix meta.changelog, remove with lib;

This commit is contained in:
Tom Hunze
2025-11-09 17:05:48 +01:00
parent a53ea41597
commit 09d5435ac2
+4 -4
View File
@@ -81,12 +81,12 @@ python3.pkgs.buildPythonApplication rec {
"test_get_file_sha_in_ref"
];
meta = with lib; {
meta = {
description = "Tool to find and fix various types of hardcoded secrets and infrastructure-as-code misconfigurations";
homepage = "https://github.com/GitGuardian/ggshield";
changelog = "https://github.com/GitGuardian/ggshield/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
changelog = "https://github.com/GitGuardian/ggshield/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "ggshield";
};
}