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

View File

@@ -69,5 +69,6 @@ rec {
name = "sbcl-" + version;
meta = {
description = "Lisp compiler";
maintainers = [a.lib.maintainers.raskin];
};
}