Skip to content

Commit a8ece9f

Browse files
committed
Update the location of the repository
1 parent 77a8369 commit a8ece9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ authors = [
99
"Phil Ruffwind <[email protected]>",
1010
]
1111
description = "The package provides a source of BLAS and LAPACK via Netlib."
12-
homepage = "https://github.com/cmr/netlib-src"
13-
repository = "https://github.com/cmr/netlib-src"
12+
homepage = "https://github.com/blas-lapack-rs/netlib-src"
13+
repository = "https://github.com/blas-lapack-rs/netlib-src"
1414
readme = "README.md"
1515
categories = ["science"]
1616
keywords = ["linear-algebra"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
2323
[netlib]: http://www.netlib.org/
2424
[usage]: https://blas-lapack-rs.github.io/usage
2525

26-
[build-img]: https://travis-ci.org/cmr/netlib-src.svg?branch=master
27-
[build-url]: https://travis-ci.org/cmr/netlib-src
26+
[build-img]: https://travis-ci.org/blas-lapack-rs/netlib-src.svg?branch=master
27+
[build-url]: https://travis-ci.org/blas-lapack-rs/netlib-src
2828
[documentation-img]: https://docs.rs/netlib-src/badge.svg
2929
[documentation-url]: https://docs.rs/netlib-src
3030
[package-img]: https://img.shields.io/crates/v/netlib-src.svg

0 commit comments

Comments
 (0)