python312Packages.gcovr: remove overuse of with lib;

This commit is contained in:
Sigmanificient
2024-07-26 01:21:23 +02:00
parent 123086fd08
commit a2c54bcfda
@@ -39,12 +39,12 @@ buildPythonPackage rec {
"gcovr.configuration"
];
meta = with lib; {
meta = {
description = "Python script for summarizing gcov data";
mainProgram = "gcovr";
homepage = "https://www.gcovr.com/";
changelog = "https://github.com/gcovr/gcovr/blob/${version}/CHANGELOG.rst";
license = licenses.bsd0;
maintainers = with maintainers; [ sigmanificient ];
license = lib.licenses.bsd0;
maintainers = with lib.maintainers; [ sigmanificient ];
};
}