From e6a6668c83441100c355173291645c10515d87b3 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sat, 3 Sep 2022 18:50:58 -0700 Subject: [PATCH] Fix crates.io badge, update links, and remove Travis CI/AppVeyor references --- COPYING | 4 ++-- Cargo.toml | 6 +----- README.md | 6 +++--- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/COPYING b/COPYING index d5a7d7e..e343d38 100644 --- a/COPYING +++ b/COPYING @@ -1,8 +1,8 @@ This project is licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or - http://www.apache.org/licenses/LICENSE-2.0) + https://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or - http://opensource.org/licenses/MIT) + https://opensource.org/licenses/MIT) at your option. diff --git a/Cargo.toml b/Cargo.toml index 55f54dd..6cd5607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,7 @@ readme = "README.md" keywords = ["encoding", "transcoding", "stream", "io", "read"] license = "MIT OR Apache-2.0" categories = ["text-processing", "encoding", "web-programming", "email"] -exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"] - -[badges] -travis-ci = { repository = "BurntSushi/encoding_rs_io" } -appveyor = { repository = "BurntSushi/encoding_rs_io" } +exclude = ["/ci/*"] [lib] bench = false diff --git a/README.md b/README.md index 3541668..80c38d3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ crate. Adapters implement the standard library I/O traits and provide streaming transcoding support. [![Build status](https://github.com/BurntSushi/encoding_rs_io/workflows/ci/badge.svg)](https://github.com/BurntSushi/encoding_rs_io/actions) -[![](http://meritbadge.herokuapp.com/encoding_rs_io)](https://crates.io/crates/encoding_rs_io) +[![crates.io](https://img.shields.io/crates/v/encoding_rs_io.svg)](https://crates.io/crates/encoding_rs_io) ### Documentation @@ -116,8 +116,8 @@ something with a larger scope. But first, we must learn. This project is licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or - http://www.apache.org/licenses/LICENSE-2.0) + https://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or - http://opensource.org/licenses/MIT) + https://opensource.org/licenses/MIT) at your option.