google-chrome: add changelog link to make it easier for reviewers

Look for Chrome Desktop Stable update in the posts
to see the changelog
This commit is contained in:
John Titor
2024-07-28 23:37:37 +05:30
parent 98dc7a18aa
commit 117a1c494c
@@ -157,6 +157,7 @@ in stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Freeware web browser developed by Google";
homepage = "https://www.google.com/chrome/browser/";
changelog = "https://chromereleases.googleblog.com/";
license = lib.licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [ jnsgruk johnrtitor ];