mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-14 02:15:14 +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",
|
||||
"version": "2.2.4",
|
||||
"license": "MIT",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "1.2.0"
|
||||
},
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"keywords": [],
|
||||
"author": "Ajay Bura",
|
||||
"license": "MIT",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "1.2.0"
|
||||
},
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "cinny"
|
|||
version = "2.2.4"
|
||||
description = "Yet another matrix client"
|
||||
authors = ["Ajay Bura"]
|
||||
license = "MIT"
|
||||
license = "AGPL-3.0-only"
|
||||
repository = "https://github.com/cinnyapp/cinny-desktop"
|
||||
default-run = "cinny"
|
||||
edition = "2021"
|
||||
|
|
Loading…
Reference in a new issue