Skip to content

Commit 83fc00e

Browse files
committed
fix: Use correct license identificator
1 parent 2c5feb1 commit 83fc00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
authors = ["Christopher Kolstad <[email protected]>", "Simon Hornby <[email protected]>"]
66
description = "Actix Session Sqlx Postgres is a Sqlx Postgres implementation of the ActixSession Store trait"
7-
license = "Apache 2.0"
7+
license = "Apache-2.0"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

0 commit comments

Comments
 (0)