exim: update meta.changelog

This commit is contained in:
Nikolay Korotkiy
2026-08-22 14:56:11 +04:00
parent b909e21357
commit 2fd57bec1f

View File

@@ -205,6 +205,6 @@ stdenv.mkDerivation (finalAttrs: {
helsinki-Jo
tv
];
changelog = "https://github.com/Exim/exim/blob/exim-${finalAttrs.version}/doc/doc-txt/ChangeLog";
changelog = "https://code.exim.org/exim/exim/releases/tag/exim-${finalAttrs.version}";
};
})