From 9e216330ccd5e724b33931fa6fa00fb547b683ba Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 29 Mar 2026 15:26:26 +0000 Subject: [PATCH] python3Packages.pytorch-lightning: add GaetanLepage to maintainers --- pkgs/development/python-modules/pytorch-lightning/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytorch-lightning/default.nix b/pkgs/development/python-modules/pytorch-lightning/default.nix index 75e3e04fc6af..62bcb8a397ed 100644 --- a/pkgs/development/python-modules/pytorch-lightning/default.nix +++ b/pkgs/development/python-modules/pytorch-lightning/default.nix @@ -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 ]; }; })