summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-tag.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-13 09:43:57 +0100
committerRichard Hughes <richard@hughsie.com>2014-06-13 09:49:12 +0100
commita05b7d19441c828f659486ba9a698579dab1d751 (patch)
tree42a364bba06eb5aa6dc1e6c73a7d2dc15267d065 /libappstream-glib/as-tag.c
parent5c661f0920941ff2a81f9eca3ee9b7295e4044d8 (diff)
downloadappstream-glib-a05b7d19441c828f659486ba9a698579dab1d751.tar.gz
Add <developer_name> from the draft AppStream 0.7 specification
Diffstat (limited to 'libappstream-glib/as-tag.c')
-rw-r--r--libappstream-glib/as-tag.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-tag.c b/libappstream-glib/as-tag.c
index ea8a3da..f9909f0 100644
--- a/libappstream-glib/as-tag.c
+++ b/libappstream-glib/as-tag.c
@@ -169,6 +169,7 @@ as_tag_to_string (AsTag tag)
"metadata_license",
"provides",
"extends",
+ "developer_name",
NULL };
if (tag > AS_TAG_LAST)
tag = AS_TAG_LAST;