diff --git a/Cargo.toml b/Cargo.toml index 6f06af5..e4d7ce3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "pkg-config" version = "0.3.14" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" -repository = "https://github.com/alexcrichton/pkg-config-rs" +repository = "https://github.com/rust-lang/pkg-config-rs" documentation = "https://docs.rs/pkg-config" description = """ A library to run the pkg-config system tool at build time in order to be used in @@ -13,7 +13,7 @@ Cargo build scripts. keywords = ["build-dependencies"] [badges] -travis-ci = { repository = "alexcrichton/pkg-config-rs" } +travis-ci = { repository = "rust-lang/pkg-config-rs" } [dev-dependencies] lazy_static = "1" diff --git a/README.md b/README.md index 5aac5db..60bde95 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pkg-config-rs -[![Build Status](https://travis-ci.com/alexcrichton/pkg-config-rs.svg?branch=master)](https://travis-ci.com/alexcrichton/pkg-config-rs) +[![Build Status](https://travis-ci.com/rust-lang/pkg-config-rs.svg?branch=master)](https://travis-ci.com/rust-lang/pkg-config-rs) [![Rust](https://img.shields.io/badge/rust-1.28%2B-blue.svg?maxAge=3600)](https://github.com/alexcrichton/pkg-config-rs/) [Documentation](https://docs.rs/pkg-config)