From 8bdb2855ad08a9efdda63daa09f6bfcd9eec5d52 Mon Sep 17 00:00:00 2001 From: shibedrill <53824200+shibedrill@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:18:42 -0500 Subject: [PATCH] Fixed ummmm repo url --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ece590..785a8f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" authors = [ "NamedNeon", "shibedrill" ] license = "MIT" readme = "README.md" +repository = "https://github.com/shibedrill/oxidefetch" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -32,4 +33,4 @@ codegen-units = 1 panic = "abort" [features] -field-titles = [] \ No newline at end of file +field-titles = []