Added myself as the maintainer of some packages

svn path=/nixpkgs/trunk/; revision=16221
This commit is contained in:
Michael Raskin
2009-07-07 15:05:15 +00:00
parent aa34103ac7
commit dd89941fb2
8 changed files with 11 additions and 2 deletions
@@ -23,6 +23,7 @@ rec {
name = "monotone-viz-" + version;
meta = {
description = "Monotone commit tree visualizer";
maintainers = [args.lib.maintainers.raskin];
};
}
@@ -1,5 +1,5 @@
{stdenv, fetchurl, boost, zlib, botan, libidn,
lua, pcre, sqlite}:
lua, pcre, sqlite, lib}:
let
version = "0.44";
@@ -14,4 +14,7 @@ in stdenv.mkDerivation {
export sqlite_LIBS=-lsqlite3
export NIX_LDFLAGS="$NIX_LDFLAGS -ldl"
'';
meta = {
maintainers = [lib.maintainers.raskin];
};
}