summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorJascha Geerds <jg@ekby.de>2015-06-22 08:25:07 +0200
committerJascha Geerds <jg@ekby.de>2015-06-22 08:26:09 +0200
commit3f66bb7ff2efcd1556d82c165f7e151c243539f8 (patch)
tree7a2b2a83cf781e7ad08c165f3308bf8f31af7726 /pkgs/tools/system
parent655cda730d14b7da25e23eb87ef4d42d6c32a8b8 (diff)
downloadnixlib-3f66bb7ff2efcd1556d82c165f7e151c243539f8.tar
nixlib-3f66bb7ff2efcd1556d82c165f7e151c243539f8.tar.gz
nixlib-3f66bb7ff2efcd1556d82c165f7e151c243539f8.tar.bz2
nixlib-3f66bb7ff2efcd1556d82c165f7e151c243539f8.tar.lz
nixlib-3f66bb7ff2efcd1556d82c165f7e151c243539f8.tar.xz
nixlib-3f66bb7ff2efcd1556d82c165f7e151c243539f8.tar.zst
nixlib-3f66bb7ff2efcd1556d82c165f7e151c243539f8.zip
Add myself as maintainer
Diffstat (limited to 'pkgs/tools/system')
-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 e9d8e8aabd90..02b331a36deb 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;
   };
 }