Commit 8679f5d9 authored by dish's avatar dish
Browse files

python3Packages.py-ccm15: remove me from maintainers

parent a5542dd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}