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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichiel de Jong <michiel@unhosted.org>2012-02-26 02:03:14 +0400
committerMichiel de Jong <michiel@unhosted.org>2012-02-26 02:03:14 +0400
commit3a1620fd4cea430c333ccdda6b74d03c69b84ade (patch)
treef91788a0db6dcc3d48ebab11d87edd88b99c2f35 /user_webfinger
parentb0af3539ba267eb603367e517a1a32b5fc81e9c8 (diff)
bump up version and update license
Diffstat (limited to 'user_webfinger')
-rw-r--r--user_webfinger/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_webfinger/appinfo/info.xml b/user_webfinger/appinfo/info.xml
index a4071dae1..55cf2cf22 100644
--- a/user_webfinger/appinfo/info.xml
+++ b/user_webfinger/appinfo/info.xml
@@ -3,8 +3,8 @@
<id>user_webfinger</id>
<name>Webfinger</name>
<description>Provide WebFinger for all users so they get a user address like user@owncloudinstance which can be used for unhosted applications. If you don't run ownCloud in the root of your domain, for instance if you run it on example.com/owncloud/, then make sure you link example.com/.well-known/ to example.com/owncloud/apps/user_webfinger/ - by running something like "ln -s /var/www/owncloud/apps/user_webfinger /var/www/.well-known". Only enable this app if you run this ownCloud installation on a public web address, not if you run it on an intranet or on localhost.</description>
- <version>0.1</version>
- <licence>AGPL</licence>
+ <version>0.2</version>
+ <licence>AGPL or MIT</licence>
<author>Michiel de Jong</author>
<require>2</require>
</info>