Skip to content

Commit

Permalink
Use suffix (Nuvola app) in flatpak appstream data
Browse files Browse the repository at this point in the history
Signed-off-by: Jiří Janoušek <janousek.jiri@gmail.com>
  • Loading branch information
jiri-janousek committed Feb 11, 2017
1 parent 7196025 commit 967cbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuvolasdk/appdata.py
Expand Up @@ -61,7 +61,7 @@ def create_app_data_xml(meta):
tree.add("id", uid + ".desktop")
tree.add("metadata_license", "CC0-1.0")
tree.add("project_license", meta["license"])
tree.add("name", "%s (Nuvola App)" % meta["name"])
tree.add("name", "%s (Nuvola app)" % meta["name"])
tree.add("summary", "%s - Sandboxed web application" % meta["name"])
with tree("description"):
tree.add("p", "%s - Sandboxed web application" % meta["name"])
Expand Down

0 comments on commit 967cbc1

Please sign in to comment.