From 09c9f352a4485c272a6722de88dca6f3cdcc1bd4 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH] python312Packages.gym: update homepage --- 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 69165286ba00..a2951074a122 100644 --- a/pkgs/development/python-modules/gym/default.nix +++ b/pkgs/development/python-modules/gym/default.nix @@ -34,7 +34,7 @@ buildPythonPackage rec { meta = with lib; { description = "Toolkit for developing and comparing your reinforcement learning agents"; - homepage = "https://gym.openai.com/"; + homepage = "https://www.gymlibrary.dev/"; license = licenses.mit; maintainers = with maintainers; [ hyphon81 ]; };