passman/appinfo/info.xml

18 lines
653 B
XML
Raw Normal View History

2016-09-09 23:36:35 +08:00
<?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>
2016-10-04 06:19:46 +08:00
<version>1.0.2.24</version>
2016-09-09 23:36:35 +08:00
<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>
2016-09-27 23:51:03 +08:00
<owncloud min-version="9" max-version="11" />
<nextcloud min-version="9" max-version="11" />
2016-09-09 23:36:35 +08:00
</dependencies>
</info>