From a4bc62eb71a220ee368103915d2e3466687273f3 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 5 Oct 2018 11:07:16 -0400 Subject: [PATCH] fix repository link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b997b0db..bd02b17f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.4.0" authors = ["Niko Matsakis "] edition = "2018" license = "Apache-2.0 OR MIT" -repository = "https://github.com/nikomatsakis/salsa" +repository = "https://github.com/salsa-rs/salsa" description = "A generic framework for on-demand, incrementalized computation (experimental)" readme = "README.md"