Merge pull request #1713 from RealRancor/remove_other_category

"Other" category is gone at the appstore
This commit is contained in:
Morris Jobke
2015-10-02 09:47:55 +02:00
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>