Commit a9456589 authored by Florian Klink's avatar Florian Klink
Browse files

notmuch: update changelog URL

See #514132 for context.
parent 65ae54f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,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