From 9b3d8dce261986ec9198c0cb99137a23e6f4d0b6 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 10 Sep 2019 18:22:07 -0400 Subject: [PATCH] Update libpso link Updated the link of the libpso repo from github to sharnoth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58ce5c7..6213f9d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * `cargo test` to run tests # development setup -grab [libpso](https://github.com/jakeprobst/libpso) and put +grab [libpso](http://git.sharnoth.com/jake/libpso) and put ``` [patch."http://git.sharnoth.com/jake/libpso"] libpso = { path = "path/to/libpso" }