diff --git a/Cargo.toml b/Cargo.toml index cdfbebb..4d5efaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,10 @@ authors = [ "Jack Grigg ", "Kris Nuttycombe ", ] -description = "Library for implementing shielded hierarchical deterministic wallets" +description = "Common types for implementing shielded hierarchical deterministic wallets" documentation = "https://docs.rs/zip32/" -homepage = "https://github.com/zcash-hackworks/zip32" -repository = "https://github.com/zcash-hackworks/zip32" +homepage = "https://github.com/zcash/zip32" +repository = "https://github.com/zcash/zip32" license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.65" diff --git a/src/lib.rs b/src/lib.rs index accc2f9..5e3357f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! Implementation of [ZIP 32] for hierarchical deterministic key management. +//! Common types for implementing [ZIP 32] for hierarchical deterministic key management. //! //! [ZIP 32]: https://zips.z.cash/zip-0032