{,red}baron: fix meta.homepage (#390781)

This commit is contained in:
Arne Keller
2025-03-18 18:03:06 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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 ];
@@ -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 ];