summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2013-03-30 21:05:15 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2013-03-30 21:05:15 +0100
commit05f2ea2d1253a5c1952805dfb8da94c04c3f6863 (patch)
tree6c33c55d0c365cd8a670935afb9b8dde8e8e1d83 /pkgs/development/tools/build-managers
parentd2cb352ad9888db896976569e5d7d5bc98c0d82d (diff)
downloadnixlib-05f2ea2d1253a5c1952805dfb8da94c04c3f6863.tar
nixlib-05f2ea2d1253a5c1952805dfb8da94c04c3f6863.tar.gz
nixlib-05f2ea2d1253a5c1952805dfb8da94c04c3f6863.tar.bz2
nixlib-05f2ea2d1253a5c1952805dfb8da94c04c3f6863.tar.lz
nixlib-05f2ea2d1253a5c1952805dfb8da94c04c3f6863.tar.xz
nixlib-05f2ea2d1253a5c1952805dfb8da94c04c3f6863.tar.zst
nixlib-05f2ea2d1253a5c1952805dfb8da94c04c3f6863.zip
Add myself (the-kenny) to the maintainer list.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
Diffstat (limited to 'pkgs/development/tools/build-managers')
-rw-r--r--pkgs/development/tools/build-managers/leiningen/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/build-managers/leiningen/default.nix b/pkgs/development/tools/build-managers/leiningen/default.nix
index f0b45ca680ba..bf1a275046ec 100644
--- a/pkgs/development/tools/build-managers/leiningen/default.nix
+++ b/pkgs/development/tools/build-managers/leiningen/default.nix
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
     description = "Project automation for Clojure";
     license = "EPL";
     platforms = stdenv.lib.platforms.unix;
+    maintainer = with stdenv.lib.maintainers; [the-kenny];
   };
 }