summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adenosine-cli/Cargo.toml2
-rw-r--r--adenosine-pds/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/adenosine-cli/Cargo.toml b/adenosine-cli/Cargo.toml
index f30eb3e..3f69c9b 100644
--- a/adenosine-cli/Cargo.toml
+++ b/adenosine-cli/Cargo.toml
@@ -10,7 +10,7 @@ version = "0.1.0"
edition = "2021"
rust-version = "1.61"
authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
-license = "AGPLv3"
+license = "AGPL-3.0-or-later"
readme = "../README.md"
repository = "https://gitlab.com/bnewbold/adenosine"
diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml
index 9b7e523..0ebbe6b 100644
--- a/adenosine-pds/Cargo.toml
+++ b/adenosine-pds/Cargo.toml
@@ -8,7 +8,7 @@ version = "0.1.0"
edition = "2021"
rust-version = "1.61"
authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
-license = "AGPLv3"
+license = "AGPL-3.0-or-later"
readme = "../README.md"
repository = "https://gitlab.com/bnewbold/adenosine"