Skip to content

Commit 52957a1

Browse files
committed
Change license id so it's accepted by crates.io
rust-lang/crates.io#1435
1 parent a025ea2 commit 52957a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "python-parser"
33
version = "0.1.0"
44
authors = ["Valentin Lorentz <progval+git@progval.net>"]
5-
license = "GPL-3.0-or-later"
5+
license = "GPL-3.0+"
66
description = "A complete Python parser based on nom."
77
documentation = "https://docs.rs/python-parser"
88
repository = "https://github.com/ProgVal/rust-python-parser"

0 commit comments

Comments
 (0)