summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-tag.c')
-rw-r--r--libappstream-glib/as-tag.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-tag.c b/libappstream-glib/as-tag.c
index 56aad4d..adf3a54 100644
--- a/libappstream-glib/as-tag.c
+++ b/libappstream-glib/as-tag.c
@@ -190,6 +190,8 @@ as_tag_to_string (AsTag tag)
"requires",
"custom",
"launchable",
+ "agreement",
+ "agreement_section",
NULL };
if (tag > AS_TAG_LAST)
tag = AS_TAG_LAST;