python312Packages.gym: replace hyphon81 by GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage
2025-02-26 10:45:31 +01:00
parent 3726b26ce3
commit 6e0b6f7bf4
@@ -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 ];
};
}