From 724b7bed8c4092e197de36d3bf40b5976a744e74 Mon Sep 17 00:00:00 2001 From: Kremilly Date: Sun, 19 Jan 2025 17:22:52 -0300 Subject: [PATCH] chore: update repository URL in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f18483e..b22943f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = [ "kremilly" ] categories = ["command-line-utilities"] keywords = ["pdf batch", "batch downloads", "markdown to pdf", "pdf downloader", "markdown converter"] description = "Scimon is a tool designed for batch downloading PDF files using its own dedicated language, Monset (.mon). Monset features a very simple and quick-to-write syntax, making it easy to use." -repository = "https://github.com/Kremilly/Scimon" +repository = "https://github.com/Gausix/Scimon" documentation = "https://scimon.kremilly.com" homepage = "https://scimon.kremilly.com"