gitit: added myself as a maintainer

svn path=/nixpkgs/trunk/; revision=28188
This commit is contained in:
Peter Simons 2011-08-06 07:46:16 +00:00
parent a6020a75d4
commit 981d6e6a7f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Wiki using happstack, git or darcs, and pandoc"; description = "Wiki using happstack, git or darcs, and pandoc";
license = "GPL"; license = "GPL";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres self.stdenv.lib.maintainers.simons];
}; };
}) })