From ca4ad4f6feee3ec0b95b50e786cdb1f95c52d15c Mon Sep 17 00:00:00 2001 From: Ross Smyth <18294397+RossSmyth@users.noreply.github.com> Date: Sat, 30 May 2026 23:09:26 -0400 Subject: [PATCH] python3Packages.libear: drop RossSmyth from maintainers --- pkgs/development/python-modules/libear/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/libear/default.nix b/pkgs/development/python-modules/libear/default.nix index 19f831be9f9f..1e721038604c 100644 --- a/pkgs/development/python-modules/libear/default.nix +++ b/pkgs/development/python-modules/libear/default.nix @@ -32,6 +32,6 @@ buildPythonPackage rec { asl20 llvm-exception ]; - maintainers = with lib.maintainers; [ RossSmyth ]; + maintainers = [ ]; }; }