From ebe1dccc44f6922a770c713c118bbeb5da9732d3 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 27 Oct 2024 21:16:19 -0500 Subject: [PATCH] Fix repository link in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1173d73..883fbca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Dave Rolsky "] edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" -repository = "https://github.com/houseabsolute/precious" +repository = "https://github.com/houseabsolute/ubi" version = "0.2.1" [workspace]