From 6e0b6f7bf4b83ab5dfb6401ceaa150940b259d0e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 26 Feb 2025 10:45:31 +0100 Subject: [PATCH] python312Packages.gym: replace hyphon81 by GaetanLepage as maintainer --- pkgs/development/python-modules/gym/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/gym/default.nix b/pkgs/development/python-modules/gym/default.nix index 598ac1c6f09b..d93d392314fb 100644 --- a/pkgs/development/python-modules/gym/default.nix +++ b/pkgs/development/python-modules/gym/default.nix @@ -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 ]; }; }