mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #58506 from nextcloud/fix/user_picker-metadata
This commit is contained in:
commit
f1e29d444f
3 changed files with 20 additions and 2 deletions
File diff suppressed because one or more lines are too long
16
apps/user_picker/REUSE.toml
Normal file
16
apps/user_picker/REUSE.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
version = 1
|
||||
SPDX-PackageName = "nextcloud"
|
||||
SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
|
||||
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/server"
|
||||
|
||||
[[annotations]]
|
||||
path = ["l10n/**.js", "l10n/**.json"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2026 Nextcloud translators"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = ["img/app.svg", "img/app-dark.svg"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2018-2026 Google LLC"
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
|
@ -3,7 +3,8 @@
|
|||
- SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
|
||||
- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
<info>
|
||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>user_picker</id>
|
||||
<name>Profile picker</name>
|
||||
<summary>Profile smart picker and link preview</summary>
|
||||
|
|
@ -13,6 +14,7 @@
|
|||
<author mail="julien-nc@posteo.net" homepage="https://github.com/julien-nc">Julien Veyssier</author>
|
||||
<namespace>UserPicker</namespace>
|
||||
<category>integration</category>
|
||||
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
||||
<dependencies>
|
||||
<nextcloud min-version="34" max-version="34"/>
|
||||
</dependencies>
|
||||
|
|
|
|||
Loading…
Reference in a new issue