aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-11-13 10:45:01 +0100
committerskjnldsv <skjnldsv@protonmail.com>2024-11-14 10:25:10 +0100
commit158299b3d7df99c0f3d90b595007e284cd4c946d (patch)
tree68f83ac3c0f498056d48b5364df54b9cf9130dcd /apps
parentb15fdfd40e4bf96b53f7afcf0e4dce359158cf1c (diff)
downloadnextcloud-server-158299b3d7df99c0f3d90b595007e284cd4c946d.tar.gz
nextcloud-server-158299b3d7df99c0f3d90b595007e284cd4c946d.zip
fix(profile): make sure the app cannot be disabled as it was in core
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/profile/appinfo/info.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/profile/appinfo/info.xml b/apps/profile/appinfo/info.xml
index 6a192119285..293350a768e 100644
--- a/apps/profile/appinfo/info.xml
+++ b/apps/profile/appinfo/info.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
- - SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
- - SPDX-License-Identifier: AGPL-3.0-only
+ - SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
+ - SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
@@ -11,7 +11,7 @@
<description>Provides a customisable user profile interface.</description>
<version>1.0.0</version>
<licence>agpl</licence>
- <author>Chris Ng</author>
+ <author>Nextcloud GmbH</author>
<namespace>Profile</namespace>
<category>social</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>