about summary refs log tree commit diff
path: root/pkgs/development/libraries/hidapi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/hidapi/default.nix')
-rw-r--r--pkgs/development/libraries/hidapi/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/hidapi/default.nix b/pkgs/development/libraries/hidapi/default.nix
index 51c369f7c2d4..05e180161c0b 100644
--- a/pkgs/development/libraries/hidapi/default.nix
+++ b/pkgs/development/libraries/hidapi/default.nix
@@ -23,6 +23,5 @@ stdenv.mkDerivation rec {
     # Actually, you can chose between GPLv3, BSD or HIDAPI license (more liberal)
     license = licenses.bsd3;
     platforms = platforms.unix;
-    maintainers = with maintainers; [ wkennington ];
   };
 }