python3Packages.py-ccm15: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:31:31 -04:00
parent a5542dd604
commit 8679f5d92a
@@ -46,6 +46,6 @@ buildPythonPackage rec {
description = "Python Library to access a Midea CCM15 data converter";
homepage = "https://github.com/ocalvo/py-ccm15";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}