Skip to content

Commit 0e32807

Browse files
committed
Updated links in cargo.toml
1 parent 20e00c5 commit 0e32807

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "lazy_static"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
55
license = "MIT"
66

77
description = "A macro for declaring lazily evaluated statics in Rust."
88
readme = "README.md"
9-
documentation = "http://kimundi.github.io/lazy-static.rs/lazy_static/index.html"
9+
documentation = "http://rust-lang-nursery.github.io/lazy-static.rs/lazy_static/index.html"
1010

11-
repository = "https://github.com/Kimundi/lazy-static.rs"
11+
repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
1212
keywords = ["macro", "lazy", "static"]
1313

1414
[features]

0 commit comments

Comments
 (0)