summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-09-26 14:42:49 +0100
committerRichard Hughes <richard@hughsie.com>2014-09-26 14:42:49 +0100
commite38e845e39cac5501ab26c4ef13ec9751a671abd (patch)
tree8644453dcf6c44e7d5d5d9c0946b9a941e7c5a8d /client
parent577c3c3b159e1a903fd612673ad474c8c3ceba38 (diff)
downloadappstream-glib-e38e845e39cac5501ab26c4ef13ec9751a671abd.tar.gz
trivial: Do not use 'KDE e.V.
Diffstat (limited to 'client')
-rw-r--r--client/as-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/as-util.c b/client/as-util.c
index c36cd60..41a069a 100644
--- a/client/as-util.c
+++ b/client/as-util.c
@@ -320,7 +320,7 @@ as_util_convert_appdata (GFile *file_input,
flags_translate, NULL);
as_node_set_comment (n3, "FIXME: this is a translatable version of project_group", -1);
} else if (g_strcmp0 (as_node_get_data (n3), "KDE") == 0) {
- n3 = as_node_insert (n, "developer_name", "KDE e.V.",
+ n3 = as_node_insert (n, "developer_name", "The KDE Community",
AS_NODE_INSERT_FLAG_NONE, NULL);
as_node_set_comment (n3, "FIXME: this is a translatable version of project_group", -1);
} else if (g_strcmp0 (as_node_get_data (n3), "XFCE") == 0) {