Skip to content

Commit 5894a47

Browse files
authored
Merge pull request rust-lang#84 from gnzlbg/dev_tools
Update paths from rust-lang-nursery to rust-dev-tools
2 parents fd1356c + e8ef017 commit 5894a47

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "semverver"
33
description = "Automatic verification of SemVer adhrence in rust library crates"
4-
repository = "https://github.com/rust-lang-nursery/rust-semverver"
4+
repository = "https://github.com/rust-dev-tools/rust-semverver"
55

66
readme = "README.md"
77
keywords = ["semver", "plugin"]
@@ -13,8 +13,8 @@ authors = ["Inokentiy Babushkin <[email protected]>"]
1313
license-file = "LICENSE"
1414

1515
[badges]
16-
travis-ci = { repository = "rust-lang-nursery/rust-semverver" }
17-
appveyor = { repository = "rust-lang-nursery/rust-semverver" }
16+
travis-ci = { repository = "rust-dev-tools/rust-semverver" }
17+
appveyor = { repository = "rust-dev-tools/rust-semverver" }
1818

1919
[[bin]]
2020
name = "cargo-semver"

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rust-semverver
22

3-
[![Travis Build Status](https://travis-ci.org/rust-lang-nursery/rust-semverver.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/rust-semverver)
3+
[![Travis Build Status](https://travis-ci.org/rust-dev-tools/rust-semverver.svg?branch=master)](https://travis-ci.org/rust-dev-tools/rust-semverver)
44
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/qktm3ndv6cnbj01m?svg=true)](https://ci.appveyor.com/project/ibabushkin/rust-semverver)
55
[![Current Version](https://meritbadge.herokuapp.com/semverver)](https://crates.io/crates/semverver)
66

@@ -11,7 +11,7 @@ analyzes the current crate's source code for changes compared to the most recent
1111
on `crates.io`.
1212

1313
Details on the work done during GSoC 2017 can be found
14-
[here](https://github.com/rust-lang-nursery/rust-semverver/blob/master/doc/gsoc.md).
14+
[here](https://github.com/rust-dev-tools/rust-semverver/blob/master/doc/gsoc.md).
1515

1616
## Background
1717

@@ -21,7 +21,7 @@ said dummy and all necessary analysis is performed in that context, where type i
2121
and other resources are available.
2222

2323
More information on the inner workings of the tool can be found
24-
[here](https://github.com/rust-lang-nursery/rust-semverver/blob/master/doc/impl_notes.md).
24+
[here](https://github.com/rust-dev-tools/rust-semverver/blob/master/doc/impl_notes.md).
2525

2626
## Installation
2727

@@ -46,7 +46,7 @@ You can also install the newest version of the tool from git:
4646

4747
```sh
4848
$ rustup update nightly
49-
$ cargo +nightly install --git https://github.com/rust-lang-nursery/rust-semverver
49+
$ cargo +nightly install --git https://github.com/rust-dev-tools/rust-semverver
5050
```
5151

5252
<details>
@@ -60,7 +60,7 @@ $ cargo +nightly install --git https://github.com/rust-lang-nursery/rust-semverv
6060
$ rustup update nightly
6161
$ rustup default nightly
6262

63-
$ git clone https://github.com/rust-lang-nursery/rust-semverver
63+
$ git clone https://github.com/rust-dev-tools/rust-semverver
6464
$ cd rust-semverver
6565
$ cargo install
6666
```

0 commit comments

Comments
 (0)