python311Packages.ale-py: change GitHub repo owner according to migration

This commit is contained in:
Gaetan Lepage 2024-01-25 11:46:56 +01:00
parent efa0f7d58c
commit c5ac684ad8

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
pyproject = true;
src = fetchFromGitHub {
owner = "mgbellemare";
owner = "Farama-Foundation";
repo = "Arcade-Learning-Environment";
rev = "refs/tags/v${version}";
hash = "sha256-B2AxhlzvBy1lJ3JttJjImgTjMtEUyZBv+xHU2IC7BVE=";