mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-04 13:48:01 +02:00
fix: make package.json licenses SPDX compliant (#1861)
* fix: make plugin template package.json license SPDX compliant * fix: make plugin package.json license SPDX compliant * fix: make root package.json license SPDX compliant
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "@tauri-apps/plugin-sql",
|
||||
"version": "2.0.0-rc.1",
|
||||
"description": "Interface with SQL databases",
|
||||
"license": "MIT or APACHE-2.0",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"authors": [
|
||||
"Tauri Programme within The Commons Conservancy"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user