[gnome-software/mwleeds/pwa-plugin] fixup! Revive webapp support
- From: Phaedrus Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/mwleeds/pwa-plugin] fixup! Revive webapp support
- Date: Tue, 8 Mar 2022 20:54:57 +0000 (UTC)
commit 08e7b1cbe0a398a9c4f9fb4c6466444db6ca077e
Author: Phaedrus Leeds <mwleeds protonmail com>
Date: Tue Mar 8 12:54:49 2022 -0800
fixup! Revive webapp support
plugins/epiphany/gs-plugin-epiphany.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/plugins/epiphany/gs-plugin-epiphany.c b/plugins/epiphany/gs-plugin-epiphany.c
index 5c905d443..6517f6b1b 100644
--- a/plugins/epiphany/gs-plugin-epiphany.c
+++ b/plugins/epiphany/gs-plugin-epiphany.c
@@ -407,6 +407,8 @@ set_license_from_hostname (GsApp *app,
gs_app_set_license (app, GS_APP_QUALITY_NORMAL, "GPL-2.0-or-later");
else if (g_str_equal (hostname, "discourse.flathub.org"))
gs_app_set_license (app, GS_APP_QUALITY_NORMAL, "GPL-2.0-or-later");
+ else if (g_str_equal (hostname, "devdocs.io"))
+ gs_app_set_license (app, GS_APP_QUALITY_NORMAL, "MPL-2.0");
}
/* Run in @worker */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]