Add myself (the-kenny) to the maintainer list.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Moritz Ulrich
2013-03-30 21:05:15 +01:00
parent d2cb352ad9
commit 05f2ea2d12
2 changed files with 2 additions and 0 deletions

View File

@@ -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];
};
}