xapian: fixed version: GPL -> GPLv2+ - thanks Ludo’

svn path=/nixpkgs/trunk/; revision=26988
This commit is contained in:
Florian Friesdorf 2011-04-27 12:49:55 +00:00
parent 0387298eaa
commit 6680e9f30b
4 changed files with 5 additions and 5 deletions

View File

@ -8,12 +8,12 @@ stdenv.mkDerivation {
sha256 = "0aed7296bd56b4b49aba944cc744e1e76fff8cfb0a70fd5b1f49d4c62a97ecc6";
};
buildInputs = [zlib];
buildInputs = [ zlib ];
meta = {
description = "Xapian Probabilistic Information Retrieval library";
homepage = "http://xapian.org";
license = "GPL";
license = "GPLv2+";
maintainers = [ stdenv.lib.maintainers.chaoflow ];
};
}

View File

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

View File

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

View File

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