diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-11-13 09:42:26 +0100 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-11-14 10:25:02 +0100 |
commit | b15fdfd40e4bf96b53f7afcf0e4dce359158cf1c (patch) | |
tree | 0c5cfe660bcdb04338661687b3733ae3cbc88ced /apps/profile/appinfo | |
parent | dfa7e7edea66c37a7b33965ad9e93648d44243b0 (diff) | |
download | nextcloud-server-b15fdfd40e4bf96b53f7afcf0e4dce359158cf1c.tar.gz nextcloud-server-b15fdfd40e4bf96b53f7afcf0e4dce359158cf1c.zip |
chore(profile): move profile app from core to apps
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/profile/appinfo')
-rw-r--r-- | apps/profile/appinfo/info.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/profile/appinfo/info.xml b/apps/profile/appinfo/info.xml new file mode 100644 index 00000000000..6a192119285 --- /dev/null +++ b/apps/profile/appinfo/info.xml @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<!-- + - SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors + - SPDX-License-Identifier: AGPL-3.0-only +--> +<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> + <id>profile</id> + <name>Profile</name> + <summary>This application provides the profile</summary> + <description>Provides a customisable user profile interface.</description> + <version>1.0.0</version> + <licence>agpl</licence> + <author>Chris Ng</author> + <namespace>Profile</namespace> + <category>social</category> + <bugs>https://github.com/nextcloud/server/issues</bugs> + <dependencies> + <nextcloud min-version="31" max-version="31"/> + </dependencies> +</info> |