From c5a900825e8b7cc14f4a34770d1efc8214a0800a Mon Sep 17 00:00:00 2001 From: GetPsyched Date: Tue, 21 Nov 2023 11:58:16 +0530 Subject: [PATCH] python311Packages.deap: add getpsyched as a maintainer --- pkgs/development/python-modules/deap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/deap/default.nix b/pkgs/development/python-modules/deap/default.nix index e904e864ce3d..ad69642a4f7b 100644 --- a/pkgs/development/python-modules/deap/default.nix +++ b/pkgs/development/python-modules/deap/default.nix @@ -22,6 +22,6 @@ buildPythonPackage rec { description = "A novel evolutionary computation framework for rapid prototyping and testing of ideas"; homepage = "https://github.com/DEAP/deap"; license = licenses.lgpl3Plus; - maintainers = with maintainers; [ psyanticy ]; + maintainers = with maintainers; [ getpsyched psyanticy ]; }; }