From 8c292d14c40f5faa843b4149401be45bb4be5680 Mon Sep 17 00:00:00 2001 From: Nick Stevens Date: Wed, 28 Mar 2018 13:35:17 -0500 Subject: [PATCH] Convert `nastevens` references to `assert-rs` Fixes #6 Signed-off-by: Nick Stevens --- CHANGELOG.md | 6 +++--- Cargo.toml | 8 ++++---- README.md | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c975b..75414e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Continuous integration with Travis (Linux) and AppVeyor (Windows) - Basic README -[Unreleased]: https://github.com/nastevens/predicates-rs/compare/v0.3.0...HEAD -[0.3.0]: https://github.com/nastevens/predicates-rs/compare/v0.2.0...v0.3.0 -[0.2.0]: https://github.com/nastevens/predicates-rs/compare/v0.1.0...v0.2.0 +[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/assert-rs/predicates-rs/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/assert-rs/predicates-rs/compare/v0.1.0...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index 371fac3..58c4372 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Nick Stevens "] license = "MIT/Apache-2.0" readme = "README.md" keywords = ["predicate", "boolean", "combinatorial", "match", "logic"] -repository = "https://github.com/nastevens/predicates-rs" -homepage = "https://github.com/nastevens/predicates-rs" +repository = "https://github.com/assert-rs/predicates-rs" +homepage = "https://github.com/assert-rs/predicates-rs" documentation = "https://docs.rs/predicates" description = """ An implementation of boolean-valued predicate functions. @@ -14,8 +14,8 @@ An implementation of boolean-valued predicate functions. categories = ["data-structures", "rust-patterns"] [badges] -travis-ci = { repository = "nastevens/predicates-rs" } -appveyor = { repository = "nastevens/predicates-rs" } +travis-ci = { repository = "assert-rs/predicates-rs" } +appveyor = { repository = "assert-rs/predicates-rs" } [dependencies] diff --git a/README.md b/README.md index 0b95951..0e87d40 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ This library is an implementation of **boolean-valued predicate functions** in Rust. -[![Build Status](https://travis-ci.org/nastevens/predicates-rs.svg?branch=master)](https://travis-ci.org/nastevens/predicates-rs) -[![Build status](https://ci.appveyor.com/api/projects/status/yl5w3ittk4kggfsh?svg=true)](https://ci.appveyor.com/project/nastevens/predicates-rs) +[![Build Status](https://travis-ci.org/assert-rs/predicates-rs.svg?branch=master)](https://travis-ci.org/assert-rs/predicates-rs) +[![Build status](https://ci.appveyor.com/api/projects/status/enru6k55xme867u6?svg=true)](https://ci.appveyor.com/project/epage/predicates-rs) [![Crates.io](https://img.shields.io/crates/v/predicates.svg?maxAge=2592000)](https://crates.io/crates/predicates) [Documentation](https://docs.rs/predicates) -[Changelog](https://github.com/nastevens/predicates-rs/blob/master/CHANGELOG.md) +[Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) ## Usage