From 542c43be5d908fd122829b0b9ed1f41707cac8cd Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Wed, 18 Feb 2026 01:09:14 +0100 Subject: [PATCH] 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. --- pkgs/development/python-modules/vl-convert-python/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/vl-convert-python/default.nix b/pkgs/development/python-modules/vl-convert-python/default.nix index 48245b2a670c..3b9b13413fc4 100644 --- a/pkgs/development/python-modules/vl-convert-python/default.nix +++ b/pkgs/development/python-modules/vl-convert-python/default.nix @@ -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 = [ ]; }; }