python311Packages.lightning-utilities: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage 2024-05-06 14:57:28 +02:00
parent 12897bc78a
commit bd3f131e73
1 changed files with 1 additions and 1 deletions

View File

@ -73,6 +73,6 @@ buildPythonPackage rec {
description = "Common Python utilities and GitHub Actions in Lightning Ecosystem";
homepage = "https://github.com/Lightning-AI/utilities";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ GaetanLepage ];
};
}