From 2afe1750ddd870e06e7dd1ded21602d59b96d2b7 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Mon, 21 Oct 2024 15:47:43 +0300 Subject: [PATCH] fix: repository uri in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e2d6f7..67faf71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jonni Liljamo "] edition = "2021" description = "a small CLI tool for opinionated mkv cleaning" readme = "README.md" -repository = "https://git.src.quest/~liljamo/NAME" +repository = "https://git.src.quest/~liljamo/entamin" license = "GPL-3.0-or-later" publish = false -- 2.44.1