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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJCrashdummy <DJCrashdummy@users.noreply.github.com>2020-05-07 10:01:50 +0300
committerGitHub <noreply@github.com>2020-05-07 10:01:50 +0300
commit4a4b9732e58f5500ec41fbfe84c8222176cfd42c (patch)
treeba4061c187038e864c6cb857bcb5a11eeb2f5962 /appinfo
parent3f1cd3fc6ab5165f2a9283f303680271f76cb385 (diff)
added a website-url...
to have at least 1 url to the project in the web-gui of the appstore (since bug-urls are not shown there).
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e72b138..ea1a88c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,9 @@ More information is available in the text editor documentation.
<author>Tom Needham, Björn Schießle</author>
<namespace>FilesTextEditor</namespace>
<category>office</category>
+ <website>https://github.com/nextcloud/files_texteditor</website>
<bugs>https://github.com/nextcloud/files_texteditor/issues</bugs>
+ <repository type="git">https://github.com/nextcloud/files_texteditor.git</repository>
<dependencies>
<nextcloud min-version="17" max-version="19" />
</dependencies>