server/apps/lookup_server_connector/appinfo/info.xml
Robin Appelman fc3b2f1139
mark nc12 as supporter
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-14 11:58:57 -06:00

18 lines
494 B
XML

<?xml version="1.0"?>
<info>
<id>lookup_server_connector</id>
<name>Lookup Server Connector</name>
<description>Sync public user information with the lookup server</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<namespace>LookupServerConnector</namespace>
<version>1.0.0</version>
<category>other</category>
<dependencies>
<nextcloud min-version="12.0" max-version="12.0" />
</dependencies>
<default_enable/>
<types>
<authentication/>
</types>
</info>