Commit 8ea431d8 authored by K900's avatar K900
Browse files

poetryPlugins.poetry-plugin-up: unflag broken

parent 00e12b12
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -43,7 +43,5 @@ buildPythonPackage rec {
    changelog = "https://github.com/MousaZeidBaker/poetry-plugin-up/releases/tag/${version}";
    license = licenses.mit;
    maintainers = [ maintainers.k900 ];
    # https://github.com/MousaZeidBaker/poetry-plugin-up/pull/70
    broken = lib.versionAtLeast poetry.version "2";
  };
}