File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
name = " git2"
4
4
version = " 0.0.1"
5
5
authors = [
" Alex Crichton <[email protected] >" ]
6
- license = " MIT/APL2 "
6
+ license = " MIT/Apache-2.0 "
7
7
readme = " README.md"
8
8
keywords = [" git" ]
9
9
repository = " https://github.com/alexcrichton/git2-rs"
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ build = "build.rs"
17
17
git = " https://github.com/alexcrichton/pkg-config-rs"
18
18
19
19
[target .i686-apple-darwin .dependencies .openssl-sys ]
20
- git = " https://github.com/alexcrichton/openssl-sys "
20
+ git = " https://github.com/sfackler/rust-openssl "
21
21
[target .x86_64-apple-darwin .dependencies .openssl-sys ]
22
- git = " https://github.com/alexcrichton/openssl-sys "
22
+ git = " https://github.com/sfackler/rust-openssl "
23
23
[target .i686-unknown-linux-gnu .dependencies .openssl-sys ]
24
- git = " https://github.com/alexcrichton/openssl-sys "
24
+ git = " https://github.com/sfackler/rust-openssl "
25
25
[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 "
27
27
[target .i686-unknown-freebsd .dependencies .openssl-sys ]
28
- git = " https://github.com/alexcrichton/openssl-sys "
28
+ git = " https://github.com/sfackler/rust-openssl "
29
29
[target .x86_64-unknown-freebsd .dependencies .openssl-sys ]
30
- git = " https://github.com/alexcrichton/openssl-sys "
30
+ git = " https://github.com/sfackler/rust-openssl "
You can’t perform that action at this time.
0 commit comments