python312Packages.circus: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage 2024-10-06 10:45:58 +02:00
parent 1eb9b5739d
commit ab465eeb20

View File

@ -83,11 +83,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "circus" ];
meta = with lib; {
meta = {
description = "Process and socket manager";
homepage = "https://github.com/circus-tent/circus";
changelog = "https://github.com/circus-tent/circus/releases/tag/${version}";
license = licenses.asl20;
maintainers = [ ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ GaetanLepage ];
};
}