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.
This commit is contained in:
Anton Mosich
2026-02-18 01:09:14 +01:00
parent 7c6784fc69
commit 542c43be5d
@@ -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 = [ ];
};
}