Skip to content

Commit b384af4

Browse files
committed
Depend on sfackler/rust-openssl
1 parent afec995 commit b384af4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "git2"
44
version = "0.0.1"
55
authors = ["Alex Crichton <[email protected]>"]
6-
license = "MIT/APL2"
6+
license = "MIT/Apache-2.0"
77
readme = "README.md"
88
keywords = ["git"]
99
repository = "https://github.com/alexcrichton/git2-rs"

libgit2-sys/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ build = "build.rs"
1717
git = "https://github.com/alexcrichton/pkg-config-rs"
1818

1919
[target.i686-apple-darwin.dependencies.openssl-sys]
20-
git = "https://github.com/alexcrichton/openssl-sys"
20+
git = "https://github.com/sfackler/rust-openssl"
2121
[target.x86_64-apple-darwin.dependencies.openssl-sys]
22-
git = "https://github.com/alexcrichton/openssl-sys"
22+
git = "https://github.com/sfackler/rust-openssl"
2323
[target.i686-unknown-linux-gnu.dependencies.openssl-sys]
24-
git = "https://github.com/alexcrichton/openssl-sys"
24+
git = "https://github.com/sfackler/rust-openssl"
2525
[target.x86_64-unknown-linux-gnu.dependencies.openssl-sys]
26-
git = "https://github.com/alexcrichton/openssl-sys"
26+
git = "https://github.com/sfackler/rust-openssl"
2727
[target.i686-unknown-freebsd.dependencies.openssl-sys]
28-
git = "https://github.com/alexcrichton/openssl-sys"
28+
git = "https://github.com/sfackler/rust-openssl"
2929
[target.x86_64-unknown-freebsd.dependencies.openssl-sys]
30-
git = "https://github.com/alexcrichton/openssl-sys"
30+
git = "https://github.com/sfackler/rust-openssl"

0 commit comments

Comments
 (0)