From 8aa091c5badbb8b7f98f8e99ac119a119afe1f4f Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 11 Mar 2023 13:32:14 -0800 Subject: [PATCH] Migrated to ImperialBower (#44) --- Cargo.toml | 8 ++++---- README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9317e90..619de4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "cardpack" description = "Generic Deck of Cards" -version = "0.4.16" -authors = ["folkengine "] -repository = "https://github.com/ContractBridge/cardpack.rs.git" -homepage = "https://github.com/ContractBridge/cardpack.rs" +version = "0.4.17" +authors = ["electronicpanopticon "] +repository = "https://github.com/ImperialBower/cardpack.rs.git" +homepage = "https://github.com/ImperialBower/cardpack.rs" edition = "2021" rust-version = "1.63" license = "Apache-2.0" diff --git a/README.md b/README.md index f09803d..4a8e64a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # cardpack.rs [![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](LICENSE) -[![Build and Test](https://github.com/ContractBridge/cardpack.rs/actions/workflows/CI.yaml/badge.svg)](https://github.com/ContractBridge/cardpack.rs/actions/workflows/CI.yaml) +[![Build and Test](https://github.com/ImperialBower/cardpack.rs/actions/workflows/CI.yaml/badge.svg)](https://github.com/ImperialBower/cardpack.rs/actions/workflows/CI.yaml) [![Crates.io Version](https://img.shields.io/crates/v/cardpack.svg)](https://crates.io/crates/cardpack) [![Rustdocs](https://docs.rs/cardpack/badge.svg)](https://docs.rs/cardpack/) - + Generic pack of cards library written in Rust. The goals of the library include: