python3Packages.hid-parser: Remove kranzes from maintainers

This commit is contained in:
Ilan Joselevich
2026-01-15 11:05:34 +02:00
parent f40e37dbd7
commit 723b041710
@@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "Typed pure Python library to parse HID report descriptors";
homepage = "https://github.com/usb-tools/python-hid-parser";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ kranzes ];
maintainers = [ ];
};
}