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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjanklostermann <janklostermann@users.noreply.github.com>2016-06-02 22:32:18 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-06-07 11:41:54 +0300
commitd117f84cf6b1c1c7ff75dc83c46af337c7b8d48e (patch)
tree890bbde4ef7a91d376ff6c4b7ae0973a5dc4ddde /appinfo
parent9a1cf2078666d013aad437c0f3d503dde4cb839f (diff)
added website, bugs, repository
according to https://doc.owncloud.org/server/9.0/developer_manual/app/info.html
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4845089..0d7c897 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,6 +14,10 @@
<default_enable/>
+ <website>https://github.com/owncloud/notifications</website>
+ <bugs>https://github.com/owncloud/notifications/issues</bugs>
+ <repository type="git">https://github.com/owncloud/notifications.git</repository>
+
<dependencies>
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>