passman/appinfo/info.xml
2016-10-04 00:19:46 +02:00

18 lines
653 B
XML

<?xml version="1.0"?>
<info>
<id>passman</id>
<name>Passman</name>
<description>A password manager for Nextcloud</description>
<licence>AGPL</licence>
<author>Sander Brand</author>
<version>1.0.2.24</version>
<namespace>Passman</namespace>
<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>
<dependencies>
<owncloud min-version="9" max-version="11" />
<nextcloud min-version="9" max-version="11" />
</dependencies>
</info>