diff options
Diffstat (limited to 'apps/oauth2/appinfo/info.xml')
-rw-r--r-- | apps/oauth2/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index 8b24d4581fb..8992b87daaa 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> -<info> +<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> <id>oauth2</id> <name>OAuth 2.0</name> <description>The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.</description> - <licence>AGPL</licence> + <licence>agpl</licence> <author>Lukas Reschke</author> <namespace>OAuth2</namespace> <version>1.0.4</version> |