Unverified Commit ae91b270 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

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

parents c5e2528c e5c41b56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
+1 −1
Original line number Diff line number Diff line
@@ -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 ];