python312Packages.gym: update homepage

This commit is contained in:
FliegendeWurst
2025-01-04 19:25:10 +01:00
parent aabacf63f9
commit 09c9f352a4
@@ -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 ];
};