Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Travis CI badge url #78

Merged
merged 2 commits into from Apr 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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