blob: 44d6d032f3eca4f5caabe3559bd5a43f6324c8b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013-2016 Richard Hughes <richard@hughsie.com> -->
<component type="addon">
<id>org.gnome.Software.Plugin.Flatpak</id>
<extends>org.gnome.Software.desktop</extends>
<name>Flatpak Support</name>
<summary>Flatpak is a framework for desktop applications on Linux</summary>
<url type="homepage">http://flatpak.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>
|