diff --git a/pkgs/development/python-modules/baron/default.nix b/pkgs/development/python-modules/baron/default.nix index 8e766dc78486..d3ef9ed6143e 100644 --- a/pkgs/development/python-modules/baron/default.nix +++ b/pkgs/development/python-modules/baron/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { doCheck = isPy3k; meta = with lib; { - homepage = "https://github.com/gristlabs/asttokens"; + homepage = "https://github.com/PyCQA/baron"; description = "Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ marius851000 ]; diff --git a/pkgs/development/python-modules/redbaron/default.nix b/pkgs/development/python-modules/redbaron/default.nix index 5938221f7c0d..51efa7937e29 100644 --- a/pkgs/development/python-modules/redbaron/default.nix +++ b/pkgs/development/python-modules/redbaron/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { - homepage = "https://github.com/gristlabs/asttokens"; + homepage = "https://github.com/PyCQA/redbaron"; description = "Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ marius851000 ];