summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/system/lshw/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/lshw/default.nix')
-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 5711dff57839..cfc0c8f87ad7 100644
--- a/pkgs/tools/system/lshw/default.nix
+++ b/pkgs/tools/system/lshw/default.nix
@@ -41,7 +41,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 jgeerds ];
+ maintainers = with maintainers; [ phreedom ];
platforms = platforms.linux;
};
}