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

github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-08-25 19:50:49 +0300
committerJulius Härtl <jus@bitgrid.net>2017-08-25 19:50:49 +0300
commit62f1ad55578591378e44df6ebace202e18896da3 (patch)
treeac0eacacb168fea7b6efd8453df23230608798ad
parent76fe1ad38efb7807448fa6a4f532e640e73bdfce (diff)
Update appinfo.xmlv1.0.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--appinfo/info.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fc4f5e0..4094b79 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,18 +3,17 @@
<id>theming_customcss</id>
<name>Custom CSS</name>
<description>Adjust the Nextcloud theme with custom CSS</description>
+ <summary>Adjust the Nextcloud theme with custom CSS</summary>
<licence>AGPL</licence>
- <author>Nextcloud</author>
+ <author>Julius Härtl</author>
<version>1.0.0</version>
<namespace>ThemingCustomCss</namespace>
<category>customization</category>
-
+ <bugs>https://github.com/juliushaertl/theming_customcss/issues</bugs>
<dependencies>
<nextcloud min-version="12" max-version="13" />
</dependencies>
-
<settings>
<admin>OCA\ThemingCustomCss\Settings\Admin</admin>
</settings>
-
</info>