summary refs log tree commit diff
path: root/pkgs/development/libraries/mtdev/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/mtdev/default.nix')
-rw-r--r--pkgs/development/libraries/mtdev/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mtdev/default.nix b/pkgs/development/libraries/mtdev/default.nix
index 0e1327e9e76..e999ea73ae2 100644
--- a/pkgs/development/libraries/mtdev/default.nix
+++ b/pkgs/development/libraries/mtdev/default.nix
@@ -16,10 +16,9 @@ stdenv.mkDerivation rec {
       kernel MT events to the slotted type B protocol. The events put into
       mtdev may be from any MT device, specifically type A without contact
       tracking, type A with contact tracking, or type B with contact tracking.
-      See the kernel documentation for further details. 
+      See the kernel documentation for further details.
     '';
     license = licenses.mit;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ wkennington ];
   };
 }