summary refs log tree commit diff
path: root/pkgs/tools/networking/pdsh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-04-12 11:21:34 +0000
committerPeter Simons <simons@cryp.to>2010-04-12 11:21:34 +0000
commit0526f2fb2ceeaa4f84bd73870f5fd89fcf0cf84b (patch)
tree5f4490216fb768c390a74833ad54b5c216913a57 /pkgs/tools/networking/pdsh
parent2185e04b882f648b500a83be40706f331a0eff55 (diff)
downloadnixpkgs-0526f2fb2ceeaa4f84bd73870f5fd89fcf0cf84b.tar
nixpkgs-0526f2fb2ceeaa4f84bd73870f5fd89fcf0cf84b.tar.gz
nixpkgs-0526f2fb2ceeaa4f84bd73870f5fd89fcf0cf84b.tar.bz2
nixpkgs-0526f2fb2ceeaa4f84bd73870f5fd89fcf0cf84b.tar.lz
nixpkgs-0526f2fb2ceeaa4f84bd73870f5fd89fcf0cf84b.tar.xz
nixpkgs-0526f2fb2ceeaa4f84bd73870f5fd89fcf0cf84b.tar.zst
nixpkgs-0526f2fb2ceeaa4f84bd73870f5fd89fcf0cf84b.zip
pkgs/tools/networking/pdsh: added myself as a maintainer
svn path=/nixpkgs/trunk/; revision=21027
Diffstat (limited to 'pkgs/tools/networking/pdsh')
-rw-r--r--pkgs/tools/networking/pdsh/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/networking/pdsh/default.nix b/pkgs/tools/networking/pdsh/default.nix
index 7e5cef8f4ed..3ea7a7bdd5c 100644
--- a/pkgs/tools/networking/pdsh/default.nix
+++ b/pkgs/tools/networking/pdsh/default.nix
@@ -39,4 +39,6 @@ stdenv.mkDerivation rec {
                  + " --disable-dependency-tracking"
                  + " --disable-debug"
                  ;
+
+  maintainers = [ stdenv.lib.maintainers.simons ];
 }