From 176d6a0037a0121564c256371caca28f7f80c25a Mon Sep 17 00:00:00 2001 From: Peter Todd Date: Tue, 9 May 2017 06:24:49 -0400 Subject: [PATCH] Update URLS to opentimestamps organization --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 17559de..efa4e92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,9 @@ name = "opentimestamps" version = "0.1.2" authors = ["Andrew Poelstra "] license = "CC0-1.0" -homepage = "https://github.com/apoelstra/rust-opentimestamps/" -repository = "https://github.com/apoelstra/rust-opentimestamps/" -documentation = "https://www.wpsoftware.net/rustdoc/opentimestamps/" +homepage = "https://github.com/opentimestamps/rust-opentimestamps/" +repository = "https://github.com/opentimestamps/rust-opentimestamps/" +documentation = "https://docs.rs/opentimestamps/" description = "Rust library for parsing, verifying and serializing OpenTimestamps timestamps" keywords = [ "crypto", "bitcoin", "ots", "opentimestamps", "timestamping" ]