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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-11-07 16:41:23 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-11-07 16:41:23 +0300
commitc07f693a08f646fd5f1aa57f472949e061e02049 (patch)
treeba87db5b73df1133ef012d6086234d20bac97cf6 /appinfo/info.xml
parentf032b26f19a482dec3a31f677a803c0dec8c05a0 (diff)
use valid PSR-4 namespace
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3f67a4d..bdd9de4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,11 +6,11 @@
<licence>AGPL</licence>
<author>Christoph Wurst</author>
<version>0.4.3</version>
- <namespace>TwoFactor_Totp</namespace>
+ <namespace>TwoFactorTOTP</namespace>
<category>other</category>
<two-factor-providers>
- <provider>OCA\TwoFactor_Totp\Provider\TotpProvider</provider>
+ <provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>
</two-factor-providers>
<dependencies>