Unverified Commit c5a90082 authored by GetPsyched's avatar GetPsyched
Browse files

python311Packages.deap: add getpsyched as a maintainer

parent 254486b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}