xapian: add changelog to meta
This commit is contained in:
parent
2107c064f9
commit
c7e0d2d4de
@ -32,6 +32,7 @@ let
|
||||
meta = with lib; {
|
||||
description = "Search engine library";
|
||||
homepage = "https://xapian.org/";
|
||||
changelog = "https://xapian.org/docs/xapian-core-${version}/NEWS";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Indexer and CGI search front-end built on Xapian library";
|
||||
homepage = "https://xapian.org/";
|
||||
changelog = "https://xapian.org/docs/xapian-omega-${version}/NEWS";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
@ -36,6 +36,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python Bindings for Xapian";
|
||||
homepage = "https://xapian.org/";
|
||||
changelog = "https://xapian.org/docs/xapian-bindings-${version}/NEWS";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ jonringer ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user