notmuch: update changelog URL (#514142)

This commit is contained in:
Yohann Boniface
2026-04-27 19:14:47 +00:00
committed by GitHub
@@ -1,5 +1,4 @@
{
fetchpatch,
fetchurl,
lib,
stdenv,
@@ -214,7 +213,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Mail indexer";
homepage = "https://notmuchmail.org/";
changelog = "https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=${finalAttrs.version}";
changelog = "https://notmuchmail.org/news/release-${finalAttrs.version}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
flokli