Skip to content

Commit 8f21928

Browse files
authored
Use SPDX license format and remove obsolete badge info
1 parent 49a4ac1 commit 8f21928

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "pkg-config"
44
version = "0.3.24"
55
authors = ["Alex Crichton <alex@alexcrichton.com>"]
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang/pkg-config-rs"
88
documentation = "https://docs.rs/pkg-config"
99
readme = "README.md"
@@ -13,8 +13,5 @@ Cargo build scripts.
1313
"""
1414
keywords = ["build-dependencies"]
1515

16-
[badges]
17-
travis-ci = { repository = "rust-lang/pkg-config-rs" }
18-
1916
[dev-dependencies]
2017
lazy_static = "1"

0 commit comments

Comments
 (0)