From 506e88e06f0a1669bf815a0878fad0c62cebca72 Mon Sep 17 00:00:00 2001 From: Peter Todd Date: Thu, 31 Aug 2017 02:31:31 -0400 Subject: [PATCH] Change repo url Better to match the crate name. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]