diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/odrs/org.gnome.Software.Plugin.Odrs.metainfo.xml.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/odrs/org.gnome.Software.Plugin.Odrs.metainfo.xml.in b/plugins/odrs/org.gnome.Software.Plugin.Odrs.metainfo.xml.in new file mode 100644 index 0000000..833f69c --- /dev/null +++ b/plugins/odrs/org.gnome.Software.Plugin.Odrs.metainfo.xml.in @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2013-2016 Richard Hughes <richard@hughsie.com> --> +<component type="addon"> + <id>org.gnome.Software.Plugin.Odrs</id> + <extends>org.gnome.Software.desktop</extends> + <name>Open Desktop Ratings Support</name> + <summary>ODRS is a service providing user reviews of applications</summary> + <url type="homepage">https://odrs.gnome.org/</url> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <update_contact>richard_at_hughsie.com</update_contact> +</component> |