summary refs log tree commit diff
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 e9d8e8aabd9..02b331a36de 100644
--- a/pkgs/tools/system/lshw/default.nix
+++ b/pkgs/tools/system/lshw/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     homepage = http://ezix.org/project/wiki/HardwareLiSter;
     description = "Provide detailed information on the hardware configuration of the machine";
     license = licenses.gpl2;
-    maintainers = [ maintainers.phreedom ];
+    maintainers = with maintainers; [ phreedom jgeerds ];
     platforms = platforms.linux;
   };
 }