Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 8f8f92f

Browse files
committed
Update metadata to point to new docs
1 parent 56dfc7d commit 8f8f92f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Without Boats <[email protected]>"]
33
description = "Experimental error handling abstraction."
44
documentation = "https://docs.rs/failure"
5-
homepage = "https://boats.gitlab.io/failure"
5+
homepage = "https://rust-lang-nursery.github.io/failure/"
66
license = "MIT OR Apache-2.0"
77
name = "failure"
88
repository = "https://github.com/rust-lang-nursery/failure"

failure_derive/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description = "derives for the failure crate"
44
license = "MIT OR Apache-2.0"
55
name = "failure_derive"
66
repository = "https://github.com/withoutboats/failure_derive"
7-
homepage = "https://boats.gitlab.io/failure"
8-
documentation = "https://boats.gitlab.io/failure"
7+
homepage = "https://rust-lang-nursery.github.io/failure/"
8+
documentation = "https://docs.rs/failure"
99
version = "0.1.3"
1010
build = "build.rs"
1111

0 commit comments

Comments
 (0)