We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7cb36b + eadced7 commit 313af7aCopy full SHA for 313af7a
Cargo.toml
@@ -2,8 +2,8 @@
2
name = "ena"
3
description = "Union-find, congruence closure, and other unification code. Based on code from rustc."
4
license = "MIT/Apache-2.0"
5
-homepage = "https://github.com/nikomatsakis/ena"
6
-repository = "https://github.com/nikomatsakis/ena"
+homepage = "https://github.com/rust-lang-nursery/ena"
+repository = "https://github.com/rust-lang-nursery/ena"
7
version = "0.13.0"
8
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
9
readme = "README.md"
0 commit comments