xapian: fixed version: GPL -> GPLv2+ - thanks Ludo’
svn path=/nixpkgs/trunk/; revision=26988
This commit is contained in:
parent
0387298eaa
commit
6680e9f30b
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Xapian Probabilistic Information Retrieval library";
|
description = "Xapian Probabilistic Information Retrieval library";
|
||||||
homepage = "http://xapian.org";
|
homepage = "http://xapian.org";
|
||||||
license = "GPL";
|
license = "GPLv2+";
|
||||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,7 @@ composableDerivation.composableDerivation {} rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Bindings for the Xapian library";
|
description = "Bindings for the Xapian library";
|
||||||
homepage = xapian10.meta.homepage;
|
homepage = xapian10.meta.homepage;
|
||||||
license = "GPL";
|
license = "GPLv2+";
|
||||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,7 @@ composableDerivation.composableDerivation {} rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Bindings for the Xapian library";
|
description = "Bindings for the Xapian library";
|
||||||
homepage = xapian.meta.homepage;
|
homepage = xapian.meta.homepage;
|
||||||
license = "GPL";
|
license = "GPLv2+";
|
||||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Xapian Probabilistic Information Retrieval library";
|
description = "Xapian Probabilistic Information Retrieval library";
|
||||||
homepage = "http://xapian.org";
|
homepage = "http://xapian.org";
|
||||||
license = "GPL";
|
license = "GPLv2+";
|
||||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user