Commit bd3f131e authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.lightning-utilities: add GaetanLepage as maintainer

parent 12897bc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}