Blame SOURCES/window-Add-website-link-to-About-dialog.patch

99600e
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
99600e
index 89d492a76..5ea21b1d8 100644
99600e
--- a/src/nautilus-window.c
99600e
+++ b/src/nautilus-window.c
99600e
@@ -2864,6 +2864,7 @@ nautilus_window_show_about_dialog (NautilusWindow *window)
99600e
                            "program-name", program_name,
99600e
                            "version", VERSION,
99600e
                            "comments", _("Access and organize your files."),
99600e
+                           "website", "https://wiki.gnome.org/action/show/Apps/Files",
99600e
                            "copyright", "Copyright © 1999–2018 The Files Authors",
99600e
                            "license-type", GTK_LICENSE_GPL_3_0,
99600e
                            "artists", artists,
99600e