Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 307635b

Browse files
committedMar 2, 2018
update repository details to new organisation
1 parent 62a1720 commit 307635b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
 

‎CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ When we're ready to release, a project owner should do the following
2828
- Identify what fixes, features, and breaking changes are in the release.
2929
- Run `cargo publish` (run `cargo login` first if needed)
3030

31-
[Issues]: https://github.com/killercup/assert_cli/issues
32-
[TODO]: https://github.com/killercup/assert_cli/search?q=TODO
31+
[Issues]: https://github.com/assert-rs/assert_cli/issues
32+
[TODO]: https://github.com/assert-rs/assert_cli/search?q=TODO

‎Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.5.4"
44
description = "Test CLI Applications."
55
authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@byu.net>"]
66
license = "MIT OR Apache-2.0"
7-
repository = "https://github.com/killercup/assert_cli.git"
8-
homepage = "https://github.com/killercup/assert_cli"
7+
repository = "https://github.com/assert-rs/assert_cli.git"
8+
homepage = "https://github.com/assert-rs/assert_cli"
99
documentation = "http://docs.rs/assert_cli/"
1010
readme = "README.md"
1111
categories = ["development-tools::testing"]
@@ -29,4 +29,4 @@ skeptic = "0.13"
2929
skeptic = "0.13"
3030

3131
[badges]
32-
travis-ci = { repository = "killercup/assert_cli" }
32+
travis-ci = { repository = "assert-rs/assert_cli" }

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> **Test CLI Applications** - This crate checks the output of a child process is as expected.
44
5-
[![Build Status](https://travis-ci.org/killercup/assert_cli.svg)][Travis]
5+
[![Build Status](https://travis-ci.org/assert-rs/assert_cli.svg)][Travis]
66
[![Documentation](https://img.shields.io/badge/docs-master-blue.svg)][Documentation]
77
![License](https://img.shields.io/crates/l/assert_cli.svg)
88
[![crates.io](https://img.shields.io/crates/v/assert_cli.svg)][Crates.io]
@@ -94,7 +94,7 @@ submitted for inclusion in the work by you, as defined in the Apache-2.0
9494
license, shall be dual licensed as above, without any additional terms or
9595
conditions.
9696

97-
[Travis]: https://travis-ci.org/killercup/assert_cli
97+
[Travis]: https://travis-ci.org/assert-rs/assert_cli
9898
[Crates.io]: https://crates.io/crates/assert_cli
9999
[Documentation]: https://docs.rs/assert_cli
100100
[Environment]: https://github.com/Freyskeyd/environment

‎src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub fn flatten_escaped_string(x: &str) -> Cow<str> {
7070
/// Inspect a single token and decide if it is safe to `stringify!`, without loosing
7171
/// information about whitespaces, to address [issue 22].
7272
///
73-
/// [issue 22]: https://github.com/killercup/assert_cli/issues/22
73+
/// [issue 22]: https://github.com/assert-rs/assert_cli/issues/22
7474
///
7575
/// Call like `__assert_single_token_expression!(@CHECK x)`, where `x` can be any token to check.
7676
///

0 commit comments

Comments
 (0)
This repository has been archived.