Skip to content

Commit

Permalink
Merge pull request #78 from lwshang/master
Browse files Browse the repository at this point in the history
Fix Travis CI badge url
  • Loading branch information
sdroege committed Apr 8, 2019
2 parents bdb9be0 + 7c6c9e2 commit 7de7850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -4,7 +4,7 @@ name = "pkg-config"
version = "0.3.14"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
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
Expand All @@ -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"
2 changes: 1 addition & 1 deletion 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)
Expand Down

0 comments on commit 7de7850

Please sign in to comment.