Skip to content

Commit

Permalink
Convert nastevens references to assert-rs
Browse files Browse the repository at this point in the history
Fixes #6

Signed-off-by: Nick Stevens <nick@bitcurry.com>
  • Loading branch information
nastevens authored and epage committed Apr 2, 2018
1 parent 219fedc commit 8c292d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ authors = ["Nick Stevens <nick@bitcurry.com>"]
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.
"""
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]

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c292d1

Please sign in to comment.