summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-08-02 20:15:20 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-08-02 20:15:20 +0200
commit836a851a8ac9e59a9841a2dfe1f8ce70d6e948e6 (patch)
treed46372b35ad29c36cae68c1ae056eb76a50e5ea3 /Cargo.toml
parent8db8e0ef9db378e379342a460115ddf41f61f54d (diff)
Dual license with Apache
The biggest practical change this has is it adds a bit about licensing contributions to the readme.
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 69e8a3e..3215a1d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ description = "A shell for restricting access on a version control server"
readme = "README.md"
# TODO: homepage = ""
repository = "https://code.worthe-it.co.za/shackle.git/"
-license = "MIT"
+license = "MIT OR Apache-2.0"
keywords = ["shell", "version-control", "git", "cli"]
categories = ["command-line-utilities"]