Unverified Commit 7e4b53d0 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

notmuch: update changelog URL (#514142)

parents 7a4d60fb 1359fafb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
{
  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