From 04ab4e75a663bb3edb8f6fc8a728ea718ea97865 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Mon, 11 Mar 2024 16:36:47 -0500 Subject: [PATCH] Fixed improper repository link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e7d1cd..11a0e11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "minidisc" version = "0.1.1" edition = "2021" homepage = "https://github.com/G2-Games/minidisc-rs/" -repository = "https://github.com/G2-Games/minidisc-cli/minidisc-rs/" +repository = "https://github.com/G2-Games/minidisc-rs/" documentation = "https://docs.rs/cross_usb" description = "A library for interacting with NetMD and Hi-MD minidisc devices." license = "AGPL-3.0"