Skip to content

Commit

Permalink
Change repo url
Browse files Browse the repository at this point in the history
Better to match the crate name.
  • Loading branch information
petertodd committed Aug 31, 2017
1 parent 39936b5 commit 506e88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "obstack"
version = "0.1.3-PENDING"
authors = ["Peter Todd <pete@petertodd.org>"]
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"]
Expand Down

0 comments on commit 506e88e

Please sign in to comment.