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

@@ -24,5 +24,6 @@ rec {
name = "dmtx-" + version;
meta = {
description = "DataMatrix (2D bar code) processing tools.";
maintainers = [args.lib.maintainers.raskin];
};
}