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 ]; }; }