From 3217274a0e389690a50e93f39cded415a0d559a3 Mon Sep 17 00:00:00 2001 From: dish Date: Mon, 23 Mar 2026 15:31:43 -0400 Subject: [PATCH] python3Packages.pyaprilaire: remove me from maintainers --- pkgs/development/python-modules/pyaprilaire/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pyaprilaire/default.nix b/pkgs/development/python-modules/pyaprilaire/default.nix index b28342011276..35cc563b3776 100644 --- a/pkgs/development/python-modules/pyaprilaire/default.nix +++ b/pkgs/development/python-modules/pyaprilaire/default.nix @@ -36,6 +36,6 @@ buildPythonPackage rec { description = "Python library for interacting with Aprilaire thermostats"; homepage = "https://github.com/chamberlain2007/pyaprilaire"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ pyrox0 ]; + maintainers = [ ]; }; }