xapian: add changelog to meta

This commit is contained in:
Mario Rodas 2022-10-01 04:20:00 +00:00
parent 2107c064f9
commit c7e0d2d4de
3 changed files with 3 additions and 0 deletions

View file

@ -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;

View file

@ -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;
};

View file

@ -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 ];
};