Adding myself as a maintainer of some of the packages

svn path=/nixpkgs/trunk/; revision=16572
This commit is contained in:
Michael Raskin
2009-08-04 07:49:16 +00:00
parent 890cf33ef7
commit 25b3fe32ad
9 changed files with 9 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ rec {
name = "webkit-" + version;
meta = {
description = "WebKit - a fast and correct HTML renderer";
maintainers = [stdenv.lib.maintainers.raskin];
};
passthru = {
inherit gstreamer gstPluginsBase gstPluginsGood gstFfmpeg;