notmuch: add changelog to meta

This commit is contained in:
Mario Rodas 2023-09-12 04:20:00 +00:00 committed by Emery Hemingway
parent 5597fb1bee
commit 8707f43083

View file

@ -136,6 +136,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Mail indexer";
homepage = "https://notmuchmail.org/";
changelog = "https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=${version}";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ flokli puckipedia ];
platforms = platforms.unix;