mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-05 11:25:15 +00:00
fix repository link
This commit is contained in:
parent
ad70680561
commit
a4bc62eb71
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.4.0"
|
||||||
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0 OR MIT"
|
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)"
|
description = "A generic framework for on-demand, incrementalized computation (experimental)"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue