Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-12-22 03:19:22 +0300
committerbrantje <brantje@gmail.com>2016-12-22 03:19:22 +0300
commit4f38ef618461351a40fc0724c3c8f768ed004af6 (patch)
treeb42ca0cfc125da75175fc64ab3936c25826eaf89 /appinfo
parent340c5e0b96cd6f13c738fe5f0912bbc89033e545 (diff)
Make appinfo/info.xml complaint with appstore
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a092dcd2..62637d0b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,14 +6,25 @@
<licence>AGPL</licence>
<author>Sander Brand</author>
<version>2.0.0-RC1</version>
+ <author homepage="https://github.com/brantje">Sander Brand</author>
+ <author homepage="https://github.com/animalillo">Marcos</author>
<namespace>Passman</namespace>
+ <documentation>
+ <admin>https://github.com/nextcloud/passman#readme</admin>
+ <developer>https://github.com/nextcloud/passman/tree/master/docs</developer>
+ </documentation>
<category>other</category>
<website>https://github.com/nextcloud/passman/</website>
<bugs>https://github.com/nextcloud/passman/issues</bugs>
- <repository type="git">git@github.com:nextcloud/passman.git</repository>
+ <repository type="git">https://github.com/nextcloud/passman.git</repository>
+ <screenshot small-thumbnail="http://i.imgur.com/ciShQZg.png">http://i.imgur.com/ciShQZg.png</screenshot>
+ <screenshot small-thumbnail="http://i.imgur.com/Iwm3hUe.png">http://i.imgur.com/Iwm3hUe.png</screenshot>
<dependencies>
+ <php min-version="5.6"/>
<owncloud min-version="9" max-version="11" />
<nextcloud min-version="9" max-version="12" />
+ <database>sqlite</database>
+ <database min-version="5.5">mysql</database>
</dependencies>