mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-14 18:35:13 +00:00
Change license to AGPLv3
This commit is contained in:
parent
de499bd54d
commit
9c83e0f476
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -7,7 +7,7 @@
|
||||||
"": {
|
"": {
|
||||||
"name": "cinny",
|
"name": "cinny",
|
||||||
"version": "2.2.4",
|
"version": "2.2.4",
|
||||||
"license": "MIT",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "1.2.0"
|
"@tauri-apps/api": "1.2.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Ajay Bura",
|
"author": "Ajay Bura",
|
||||||
"license": "MIT",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "1.2.0"
|
"@tauri-apps/api": "1.2.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "cinny"
|
||||||
version = "2.2.4"
|
version = "2.2.4"
|
||||||
description = "Yet another matrix client"
|
description = "Yet another matrix client"
|
||||||
authors = ["Ajay Bura"]
|
authors = ["Ajay Bura"]
|
||||||
license = "MIT"
|
license = "AGPL-3.0-only"
|
||||||
repository = "https://github.com/cinnyapp/cinny-desktop"
|
repository = "https://github.com/cinnyapp/cinny-desktop"
|
||||||
default-run = "cinny"
|
default-run = "cinny"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Reference in a new issue