diff --git a/Cargo.toml b/Cargo.toml index f550d44..1361577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "obstack" version = "0.1.3-PENDING" authors = ["Peter Todd "] license = "MIT OR Apache-2.0" -repository = "https://github.com/petertodd/rust-obstacks/" +repository = "https://github.com/petertodd/rust-obstack/" documentation = "https://docs.rs/crate/obstack" description = "A fast, stack-based allocator, usable for any object" categories = ["memory-management", "data-structures"]