Skip to content

Commit c34b4f3

Browse files
messensealexcrichton
authored andcommitted
Update links in Cargo.toml to rust-lang-nursery/stdsimd (rust-lang#288)
1 parent 167f8c9 commit c34b4f3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.0.3"
44
authors = ["Andrew Gallant <[email protected]>"]
55
description = "SIMD support in Rust's standard library."
66
documentation = "https://docs.rs/stdsimd"
7-
homepage = "https://github.com/BurntSushi/stdsimd"
8-
repository = "https://github.com/BurntSushi/stdsimd"
7+
homepage = "https://github.com/rust-lang-nursery/stdsimd"
8+
repository = "https://github.com/rust-lang-nursery/stdsimd"
99
readme = "README.md"
1010
keywords = ["std", "simd", "intrinsics"]
1111
categories = ["hardware-support"]
@@ -15,10 +15,10 @@ license = "MIT/Apache-2.0"
1515
members = ["stdsimd-verify"]
1616

1717
[badges]
18-
travis-ci = { repository = "BurntSushi/stdsimd" }
19-
appveyor = { repository = "BurntSushi/stdsimd" }
20-
is-it-maintained-issue-resolution = { repository = "BurntSushi/stdsimd" }
21-
is-it-maintained-open-issues = { repository = "BurntSushi/stdsimd" }
18+
travis-ci = { repository = "rust-lang-nursery/stdsimd" }
19+
appveyor = { repository = "rust-lang-nursery/stdsimd" }
20+
is-it-maintained-issue-resolution = { repository = "rust-lang-nursery/stdsimd" }
21+
is-it-maintained-open-issues = { repository = "rust-lang-nursery/stdsimd" }
2222
maintenance = { status = "experimental" }
2323

2424
[dependencies]

coresimd/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ version = "0.0.3"
44
authors = ["Andrew Gallant <[email protected]>"]
55
description = "SIMD support in Rust's core library."
66
documentation = "https://docs.rs/stdsimd"
7-
homepage = "https://github.com/BurntSushi/stdsimd"
8-
repository = "https://github.com/BurntSushi/stdsimd"
7+
homepage = "https://github.com/rust-lang-nursery/stdsimd"
8+
repository = "https://github.com/rust-lang-nursery/stdsimd"
99
readme = "README.md"
1010
keywords = ["core", "simd", "intrinsics"]
1111
categories = ["hardware-support", "no-std"]
1212
license = "MIT/Apache-2.0"
1313

1414
[badges]
15-
travis-ci = { repository = "BurntSushi/stdsimd" }
16-
appveyor = { repository = "BurntSushi/stdsimd" }
17-
is-it-maintained-issue-resolution = { repository = "BurntSushi/stdsimd" }
18-
is-it-maintained-open-issues = { repository = "BurntSushi/stdsimd" }
15+
travis-ci = { repository = "rust-lang-nursery/stdsimd" }
16+
appveyor = { repository = "rust-lang-nursery/stdsimd" }
17+
is-it-maintained-issue-resolution = { repository = "rust-lang-nursery/stdsimd" }
18+
is-it-maintained-open-issues = { repository = "rust-lang-nursery/stdsimd" }
1919
maintenance = { status = "experimental" }
2020

2121
[dev-dependencies]
@@ -28,4 +28,4 @@ stdsimd = { version = "0.0.3", path = ".." }
2828
strict = []
2929
# Internal-usage only: enables only those intrinsics supported by Intel's
3030
# Software Development Environment (SDE).
31-
intel_sde = []
31+
intel_sde = []

0 commit comments

Comments
 (0)