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

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2016-07-11 15:37:14 +0300
committerGitHub <noreply@github.com>2016-07-11 15:37:14 +0300
commit113321ab249b0943f94dc86d04cbce0f82490de5 (patch)
tree57e6bb4d5e51c42e5fc1d52b94de72a392debe8b /appinfo/info.xml
parent13d93c9381e4c1ab18ecc80829e2e706ff3bcf05 (diff)
parent89b761bc40d4c81d5684b2f9ab51cc304db92aae (diff)
Merge pull request #1 from nextcloud/change-app-name
change app name from popularity contest client to survey client
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ac8e8a1..c90563e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,14 +1,18 @@
<?xml version="1.0"?>
<info>
- <id>popularitycontestclient</id>
- <name>Popularity Contest Client</name>
- <description/>
+ <id>survey_client</id>
+ <name>Survey Client</name>
+ <description>
+ Sends anonymized data to Nextcloud to help us to improve Nextcloud. You
+ always have full control over he content send to Nextcloud and can disable
+ it again at any time.
+ </description>
<licence>AGPL</licence>
<author>Joas Schilling, Björn Schiessle</author>
<version>0.1.5</version>
- <namespace>PopularityContestClient</namespace>
+ <namespace></namespace>
<category>other</category>
<dependencies>
- <owncloud min-version="9.0" />
+ <owncloud min-version="9.1" />
</dependencies>
</info>