xapian(-bindings) use license path instead of string
svn path=/nixpkgs/trunk/; revision=30499
This commit is contained in:
parent
50bfde368e
commit
b781b722ab
@ -68,7 +68,7 @@ composableDerivation.composableDerivation {} rec {
|
||||
meta = {
|
||||
description = "Bindings for the Xapian library";
|
||||
homepage = xapian.meta.homepage;
|
||||
license = "GPLv2+";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||
};
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Xapian Probabilistic Information Retrieval library";
|
||||
homepage = "http://xapian.org";
|
||||
license = "GPLv2+";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user