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

github.com/nextcloud/twofactor_u2f.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:21:00 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-11-07 16:21:00 +0300
commitd05eb76b2c4ae3f83697a7f904fe51f70a4915e3 (patch)
tree077eb3b3dea7c2ec042ef130e205b354bb297913 /appinfo/info.xml
parent315065b16ac3d934e2e2be188bfcbe23d404ad57 (diff)
Use valid PSR4 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 4e88b98..ba3fa87 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,11 +6,11 @@
<licence>agpl</licence>
<author>Christoph Wurst</author>
<version>0.0.3</version>
- <namespace>TwoFactor_U2F</namespace>
+ <namespace>TwoFactorU2F</namespace>
<category>tools</category>
<two-factor-providers>
- <provider>OCA\TwoFactor_U2F\Provider\U2FProvider</provider>
+ <provider>OCA\TwoFactorU2F\Provider\U2FProvider</provider>
</two-factor-providers>
<dependencies>