From 5983646207815dc85b1b52a71928f5e83a198189 Mon Sep 17 00:00:00 2001 From: Jay <48680156+Ninjani@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:05:40 +0100 Subject: [PATCH] change licenses Cargo.toml fixes #104 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47e69c4..e475380 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "A command line utility to generate a knowledge base from Hypothesis annotations " repository = "https://github.com/out-of-cheese-error/gooseberry" readme = "README.md" -license = "MIT" +license = "MIT / Apache-2.0" keywords = ["knowledge-base", "hypothesis", "cli", "wiki"] categories = ["command-line-utilities"] include = ["src/**/*", "README.md"]