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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-06-19 10:58:26 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-06-19 10:58:26 +0300
commitd1471ffdb1b320d8881daea67adfff1af49ce276 (patch)
tree1d4421d629236780000c84644c410e0dc200db39 /appinfo
parentdb7f558d8b7e5434a6477557b22bc9d549d75cd7 (diff)
Fix name and description
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f3e3e24..980ddd7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,8 +2,8 @@
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>twofactor_gateway</id>
- <name>Two Factor Gateway Provider</name>
- <summary>sms two-factor provider</summary>
+ <name>Two-Factor Gateway</name>
+ <summary>Two-factor gateway provider (SMS, Telegram, Signal)</summary>
<description>A message-based two-factor-auth provider</description>
<version>0.5.0</version>
<licence>agpl</licence>