From 41dd2863569e191f29d9de06b2a6c00fa8da3347 Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Fri, 15 May 2020 20:13:13 -0700 Subject: [PATCH] set `sqlx-cli` license to MIT/Apache 2.0 --- sqlx-cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/sqlx-cli/Cargo.toml b/sqlx-cli/Cargo.toml index 9568fe20..27f578c2 100644 --- a/sqlx-cli/Cargo.toml +++ b/sqlx-cli/Cargo.toml @@ -12,6 +12,7 @@ homepage = "https://github.com/launchbadge/sqlx" repository = "https://github.com/launchbadge/sqlx" keywords = ["database", "postgres", "database-management", "migration"] categories = ["database", "command-line-utilities"] +license = "MIT OR Apache-2.0" default-run = "sqlx" [[bin]]