commit 51f993c3f2153baa8a8b9ecd2a7240862822adaf parent 2ae9b793dbc7f4fdc06a9294f6751a318eeeeddd Author: Zack Newman <zack@philomathiclife.com> Date: Mon, 13 Mar 2023 18:35:03 -0600 fixed repo url Diffstat:
M | Cargo.toml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["mathematics", "numerics"] license = "MIT OR Apache-2.0" name = "rational_extensions" readme = "README.md" -repository = "https://git.philomathiclife.com/rational_extensions/" +repository = "https://git.philomathiclife.com/repos/rational_extensions/" version = "0.1.1" [lib]