diff --git a/Cargo.toml b/Cargo.toml index e1fb776..c264f8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://github.com/BurntSushi/winapi-util" repository = "https://github.com/BurntSushi/winapi-util" readme = "README.md" keywords = ["windows", "winapi", "util", "win"] -license = "Unlicense/MIT" +license = "Unlicense OR MIT" categories = ["os::windows-apis", "external-ffi-bindings"] edition = "2018" diff --git a/README.md b/README.md index 79e4730..56aaf62 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This crate provides a smattering of safe wrappers around various parts of the [winapi](https://crates.io/crates/winapi) crate. [![Build status](https://github.com/BurntSushi/winapi-util/workflows/ci/badge.svg)](https://github.com/BurntSushi/winapi-util/actions) -[![](http://meritbadge.herokuapp.com/winapi-util)](https://crates.io/crates/winapi-util) +[![crates.io](https://img.shields.io/crates/v/winapi-util.svg)](https://crates.io/crates/winapi-util) -Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org). +Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/). ### Documentation