"Other" category is gone at the appstore

This commit is contained in:
RealRancor
2015-10-01 08:29:00 +02:00
parent e885789aae
commit 7e3c6ebdd0
2 changed files with 2 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ The :file:`appinfo/info.xml` contains metadata about the app:
<admin>http://doc.owncloud.org</admin>
</documentation>
<category>other</category>
<category>tool</category>
<website>http://www.owncloud.org</website>
@@ -137,7 +137,6 @@ category
--------
Category on the app store. Can be one of the following:
* other
* multimedia
* pim
* productivity

View File

@@ -266,7 +266,7 @@ To create the tables in the database, the :doc:`version tag <info>` in **ownnote
<author>Your Name</author>
<version>0.0.2</version>
<namespace>OwnNotes</namespace>
<category>other</category>
<category>tool</category>
<dependencies>
<owncloud min-version="8" />
</dependencies>