firefox{,-bin}, thunderbird{,-bin}: Set meta.changelog

(cherry picked from commit 8ec89ef1b5)
This commit is contained in:
Martin Weinelt
2022-11-14 17:46:22 +01:00
parent 279916cb2c
commit 4c6fbb4fbe
4 changed files with 5 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ stdenv.mkDerivation {
else "http://archive.mozilla.org/pub/firefox/releases/";
};
meta = with lib; {
changelog = "https://www.mozilla.org/en-US/firefox/${version}/releasenotes/";
description = "Mozilla Firefox, free web browser (binary package)";
homepage = "http://www.mozilla.org/firefox/";
license = licenses.mpl20;

View File

@@ -10,6 +10,7 @@ rec {
};
meta = {
changelog = "https://www.mozilla.org/en-US/firefox/${version}/releasenotes/";
description = "A web browser built from Firefox source tree";
homepage = "http://www.mozilla.com/en-US/firefox/";
maintainers = with lib.maintainers; [ lovesegfault hexa ];
@@ -36,6 +37,7 @@ rec {
};
meta = {
changelog = "https://www.mozilla.org/en-US/firefox/${lib.removeSuffix "esr" version}/releasenotes/";
description = "A web browser built from Firefox Extended Support Release source tree";
homepage = "http://www.mozilla.com/en-US/firefox/";
maintainers = with lib.maintainers; [ hexa ];

View File

@@ -205,6 +205,7 @@ stdenv.mkDerivation {
};
meta = with lib; {
changelog = "https://www.thunderbird.net/en-US/thunderbird/${version}/releasenotes/";
description = "Mozilla Thunderbird, a full-featured email client (binary package)";
homepage = "http://www.mozilla.org/thunderbird/";
license = licenses.mpl20;

View File

@@ -52,6 +52,7 @@ rec {
];
meta = with lib; {
changelog = "https://www.thunderbird.net/en-US/thunderbird/${version}/releasenotes/";
description = "A full-featured e-mail client";
homepage = "https://thunderbird.net/";
maintainers = with maintainers; [ eelco lovesegfault pierron vcunat ];