Unverified Commit 542c43be authored by Anton Mosich's avatar Anton Mosich
Browse files

python3Packages.vl-convert-python: remove maintainer

Upstream has started using LLMs for development, and I do not want to
support this, which includes maintaining this package.
parent 7c6784fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,6 +55,6 @@ buildPythonPackage rec {
    license = lib.licenses.bsd3;
    homepage = "https://github.com/vega/vl-convert";
    changelog = "https://github.com/vega/vl-convert/releases/tag/v${version}";
    maintainers = with lib.maintainers; [ antonmosich ];
    maintainers = [ ];
  };
}