xapian: gplv2 -> gpl (according to homepage), added myself as maintainer
svn path=/nixpkgs/trunk/; revision=26978
This commit is contained in:
parent
8665736894
commit
db215a1d94
@ -68,6 +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 = "GPLv2";
|
license = "GPL";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -13,6 +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 = "GPLv2";
|
license = "GPL";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user