Commit 6e0b6f7b authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.gym: replace hyphon81 by GaetanLepage as maintainer

parent 3726b26c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,6 +124,6 @@ buildPythonPackage rec {
    description = "Toolkit for developing and comparing your reinforcement learning agents";
    homepage = "https://www.gymlibrary.dev/";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ hyphon81 ];
    maintainers = with lib.maintainers; [ GaetanLepage ];
  };
}