firefox-esr-128-unwrapped: fix changelog url

This commit is contained in:
Martin Weinelt
2024-08-06 02:34:47 +02:00
parent ba91132648
commit 0a0efcf3c6
@@ -103,7 +103,7 @@
};
meta = {
changelog = "https://www.mozilla.org/en-US/firefox/${version}/releasenotes/";
changelog = "https://www.mozilla.org/en-US/firefox/${lib.removeSuffix "esr" version}/releasenotes/";
description = "Web browser built from Firefox source tree";
homepage = "http://www.mozilla.com/en-US/firefox/";
maintainers = with lib.maintainers; [ hexa ];