summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/misc/stow/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/stow/default.nix')
-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 a6afe475e3bd..a9d8554525bd 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;
};
}