summary refs log tree commit diff
path: root/pkgs/tools/system/lshw
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/lshw')
-rw-r--r--pkgs/tools/system/lshw/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/lshw/default.nix b/pkgs/tools/system/lshw/default.nix
index 1f29176fd0f03..25bf79cadddf7 100644
--- a/pkgs/tools/system/lshw/default.nix
+++ b/pkgs/tools/system/lshw/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     homepage = "https://ezix.org/project/wiki/HardwareLiSter";
     description = "Provide detailed information on the hardware configuration of the machine";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ phreedom ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.linux;
   };
 }