Add myself as a maintainer

svn path=/nixpkgs/trunk/; revision=19594
This commit is contained in:
Michael Raskin 2010-01-21 10:07:25 +00:00
parent 247d4ae098
commit e70276079f

View File

@ -35,7 +35,11 @@ rec {
name = "acl2-" + version;
meta = {
description = "An interpreter and a prover for a Lisp dialect";
maintainers = [
maintainers = with a.lib.maintainers;
[
raskin
];
platforms = with a.lib.platforms;
linux;
};
}