Skip to content

Commit 826d1bb

Browse files
committed
Relicense the crate as MIT OR Apache 2.0
Closes #39
1 parent eb3456f commit 826d1bb

File tree

5 files changed

+227
-665
lines changed

5 files changed

+227
-665
lines changed

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ version = "0.1.1"
44
authors = ["Georg Semmler <[email protected]>"]
55
edition = "2018"
66
autotests = false
7-
license = "AGPL-3.0-or-later"
7+
license = "MIT OR Apache-2.0"
88
readme = "README.md"
99
repository = "https://github.com/weiznich/diesel_async"
10-
keywords = ["orm", "database", "sql"]
10+
keywords = ["orm", "database", "sql", "async"]
1111
categories = ["database"]
1212
description = "An async extension for Diesel the safe, extensible ORM and Query Builder"
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)