xapian: gplv2 -> gpl (according to homepage), added myself as maintainer

svn path=/nixpkgs/trunk/; revision=26978
This commit is contained in:
Florian Friesdorf 2011-04-26 20:57:04 +00:00
parent 8665736894
commit db215a1d94
2 changed files with 4 additions and 2 deletions

View File

@ -68,6 +68,7 @@ composableDerivation.composableDerivation {} rec {
meta = {
description = "Bindings for the Xapian library";
homepage = xapian.meta.homepage;
license = "GPLv2";
license = "GPL";
maintainers = [ stdenv.lib.maintainers.chaoflow ];
};
}

View File

@ -13,6 +13,7 @@ stdenv.mkDerivation {
meta = {
description = "Xapian Probabilistic Information Retrieval library";
homepage = "http://xapian.org";
license = "GPLv2";
license = "GPL";
maintainers = [ stdenv.lib.maintainers.chaoflow ];
};
}