python311Packages.deap: add getpsyched as a maintainer

This commit is contained in:
GetPsyched
2023-11-21 11:58:16 +05:30
parent 254486b583
commit c5a900825e
@@ -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 ];
};
}