Skip to content

Commit 313af7a

Browse files
authored
Merge pull request #23 from alex/patch-1
Update cargo metadata now that this repo is in rust-lang-nursery
2 parents c7cb36b + eadced7 commit 313af7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "ena"
33
description = "Union-find, congruence closure, and other unification code. Based on code from rustc."
44
license = "MIT/Apache-2.0"
5-
homepage = "https://github.com/nikomatsakis/ena"
6-
repository = "https://github.com/nikomatsakis/ena"
5+
homepage = "https://github.com/rust-lang-nursery/ena"
6+
repository = "https://github.com/rust-lang-nursery/ena"
77
version = "0.13.0"
88
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
99
readme = "README.md"

0 commit comments

Comments
 (0)