Skip to content

Commit 16eb917

Browse files
committed
Take over maintenance and update URLs to rust-lang/git2-rs
Thanks to Alex Crichton for his incredible work on git2-rs over the years.
1 parent 2ff823a commit 16eb917

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
name = "git2"
44
version = "0.8.0"
5-
authors = ["Alex Crichton <[email protected]>"]
5+
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
readme = "README.md"
88
keywords = ["git"]
9-
repository = "https://github.com/alexcrichton/git2-rs"
10-
homepage = "https://github.com/alexcrichton/git2-rs"
9+
repository = "https://github.com/rust-lang/git2-rs"
1110
documentation = "https://docs.rs/git2"
1211
description = """
1312
Bindings to libgit2 for interoperating with git repositories. This library is
@@ -17,8 +16,7 @@ repositories.
1716
categories = ["api-bindings"]
1817

1918
[badges]
20-
travis-ci = { repository = "alexcrichton/git2-rs" }
21-
appveyor = { repository = "alexcrichton/git2-rs" }
19+
travis-ci = { repository = "rust-lang/git2-rs" }
2220

2321
[dependencies]
2422
url = "1.0"

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# git2-rs
22

3-
[![Build Status](https://travis-ci.com/alexcrichton/git2-rs.svg?branch=master)](https://travis-ci.com/alexcrichton/git2-rs)
4-
[![Build Status](https://ci.appveyor.com/api/projects/status/6vem3xgno2kuxnfm?svg=true)](https://ci.appveyor.com/project/alexcrichton/git2-rs)
5-
63
[Documentation](https://docs.rs/git2)
74

85
libgit2 bindings for Rust
@@ -21,7 +18,7 @@ library, the libgit2-sys crate will figure that and/or build that for you.
2118
## Building git2-rs
2219

2320
```sh
24-
$ git clone https://github.com/alexcrichton/git2-rs
21+
$ git clone https://github.com/rust-lang/git2-rs
2522
$ cd git2-rs
2623
$ cargo build
2724
```

git2-curl/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
name = "git2-curl"
44
version = "0.9.0"
5-
authors = ["Alex Crichton <[email protected]>"]
5+
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
66
license = "MIT/Apache-2.0"
7-
repository = "https://github.com/alexcrichton/git2-rs"
8-
homepage = "https://github.com/alexcrichton/git2-rs"
7+
repository = "https://github.com/rust-lang/git2-rs"
98
documentation = "https://docs.rs/git2-curl"
109
description = """
1110
Backend for an HTTP transport in libgit2 powered by libcurl.

libgit2-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "libgit2-sys"
33
version = "0.7.11"
4-
authors = ["Alex Crichton <[email protected]>"]
4+
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
55
links = "git2"
66
build = "build.rs"
7-
repository = "https://github.com/alexcrichton/git2-rs"
7+
repository = "https://github.com/rust-lang/git2-rs"
88
license = "MIT/Apache-2.0"
99
description = "Native bindings to the libgit2 library"
1010
exclude = [

0 commit comments

Comments
 (0)