mirror of
https://github.com/nextcloud/app_api.git
synced 2025-07-23 04:49:13 +00:00
fix: Override SPDX license identifier with valid one
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
@ -48,6 +48,7 @@ if (!isDev) {
|
||||
webpackConfig.plugins.push(new WebpackSPDXPlugin({
|
||||
override: {
|
||||
select2: 'MIT',
|
||||
'@nextcloud/axios': 'GPL-3.0-or-later',
|
||||
},
|
||||
}))
|
||||
|
||||
|
Reference in New Issue
Block a user