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:
authorVitor Mattos <vitor@php.rio>2022-06-28 01:17:18 +0300
committerGitHub <noreply@github.com>2022-06-28 01:17:18 +0300
commit53853a9e78dba0e95bfc70b80576e447de1bdec7 (patch)
tree335dda15d5ae54e567788205a916ff9bd91cda93
parentb2d993cd4c8f99d1d65b9c5104331d9a06fe6fa1 (diff)
parentfdf5608bd338ec10d9986c20bb7707926ac46774 (diff)
Merge pull request #516 from nextcloud/feature/update-info-xml
Update info.xml
-rw-r--r--appinfo/info.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 37bddcd..c9ff95f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,6 +8,7 @@
<version>0.20.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
+ <author>Vitor Mattos</author>
<namespace>TwoFactorGateway</namespace>
<documentation>
<admin>https://nextcloud-twofactor-gateway.readthedocs.io/en/latest/Admin%20Documentation/</admin>
@@ -15,8 +16,8 @@
<category>security</category>
<website>https://github.com/nextcloud/twofactor_gateway</website>
<bugs>https://github.com/nextcloud/twofactor_gateway/issues</bugs>
- <screenshot>https://raw.githubusercontent.com/ChristophWurst/twofactor_gateway/3f895bc997c1a3a38c9bae16ccae8bd499af864e/screenshots/settings.png</screenshot>
- <screenshot>https://raw.githubusercontent.com/ChristophWurst/twofactor_gateway/3f895bc997c1a3a38c9bae16ccae8bd499af864e/screenshots/challenge.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_gateway/3f895bc997c1a3a38c9bae16ccae8bd499af864e/screenshots/settings.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_gateway/3f895bc997c1a3a38c9bae16ccae8bd499af864e/screenshots/challenge.png</screenshot>
<dependencies>
<nextcloud min-version="22" max-version="25"/>
</dependencies>