summary refs log tree commit diff
path: root/pkgs/tools/misc/stow
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/misc/stow
parent655cda730d14b7da25e23eb87ef4d42d6c32a8b8 (diff)
downloadnixpkgs-3f66bb7ff2efcd1556d82c165f7e151c243539f8.tar
nixpkgs-3f66bb7ff2efcd1556d82c165f7e151c243539f8.tar.gz
nixpkgs-3f66bb7ff2efcd1556d82c165f7e151c243539f8.tar.bz2
nixpkgs-3f66bb7ff2efcd1556d82c165f7e151c243539f8.tar.lz
nixpkgs-3f66bb7ff2efcd1556d82c165f7e151c243539f8.tar.xz
nixpkgs-3f66bb7ff2efcd1556d82c165f7e151c243539f8.tar.zst
nixpkgs-3f66bb7ff2efcd1556d82c165f7e151c243539f8.zip
Add myself as maintainer
Diffstat (limited to 'pkgs/tools/misc/stow')
-rw-r--r--pkgs/tools/misc/stow/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/stow/default.nix b/pkgs/tools/misc/stow/default.nix
index a6afe475e3b..a9d8554525b 100644
--- a/pkgs/tools/misc/stow/default.nix
+++ b/pkgs/tools/misc/stow/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
     license = stdenv.lib.licenses.gpl3Plus;
     homepage = http://www.gnu.org/software/stow/;
 
-    maintainers = with stdenv.lib.maintainers; [ the-kenny ];
+    maintainers = with stdenv.lib.maintainers; [ the-kenny jgeerds ];
     platforms = stdenv.lib.platforms.all;
   };
 }