Skip to content

Commit ecb6173

Browse files
authored
Merge pull request #43 from weiznich/relicense_to_mit
Relicense to mit
2 parents 2dd0195 + 826d1bb commit ecb6173

File tree

6 files changed

+229
-667
lines changed

6 files changed

+229
-667
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
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)