Add empty Content Rating to appdata
The Open Age Ratings Service (OARS) https://hughsie.github.io/oars generates information about the application based on answering some questions. Software front-ends like GNOME Software can then implement filtering based on this information. This change implements minimal content rating without giving actual content information.
This commit is contained in:
parent
7659f7bad1
commit
8fdc65ce2d
|
|
@ -40,6 +40,8 @@
|
|||
<url type="help">https://qutebrowser.org/doc/help/</url>
|
||||
<url type="bugtracker">https://github.com/qutebrowser/qutebrowser/issues/</url>
|
||||
<url type="donation">https://github.com/qutebrowser/qutebrowser#donating</url>
|
||||
<content_rating type="oars-1.1">
|
||||
</content_rating>
|
||||
<releases>
|
||||
<release version="1.3.0" date="2018-05-04"/>
|
||||
<release version="1.2.1" date="2018-03-14"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue