summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-30 17:23:50 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-30 17:23:50 +0300
commit623988aa62ee0286a6f4895c2b2e7109609749c9 (patch)
treec489ac695a18cded80e475f64b6c5d61f9ddb7e9 /Cargo.toml
parentf8b9506be25332f8772fca44c1cf7106caeea3fe (diff)
Switched license to GPL3 in Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 86f510e..4bd5611 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "mesk"
version = "0.1.0"
edition = "2024"
-license = "CC-BY-NC-SA-4.0"
+license = "GPL-3.0"
authors = ["namilsk <namilsk@namilsk.tech>",
"asya <asyamozgoff@gmail.com>"]