diff --git a/pkgs/development/python-modules/hid-parser/default.nix b/pkgs/development/python-modules/hid-parser/default.nix index dae57d0ac5d1..4ac5ade3d0bb 100644 --- a/pkgs/development/python-modules/hid-parser/default.nix +++ b/pkgs/development/python-modules/hid-parser/default.nix @@ -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 = [ ]; }; }