python3Packages.pytorch-lightning: add GaetanLepage to maintainers

This commit is contained in:
Gaetan Lepage
2026-03-30 21:43:03 +00:00
parent 1651c44d9e
commit 9e216330cc
@@ -67,6 +67,6 @@ buildPythonPackage (finalAttrs: {
homepage = "https://github.com/Lightning-AI/pytorch-lightning";
changelog = "https://github.com/Lightning-AI/pytorch-lightning/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [ GaetanLepage ];
};
})