From ddc8caa68467e9f020b08ccbd789b1852859e3f6 Mon Sep 17 00:00:00 2001 From: Raymon Zutekouw Date: Mon, 4 Aug 2025 12:17:30 +0200 Subject: [PATCH] Add code repo to cargo file --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd46ddd..57a4e2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ This analysis tool allows seeing the wikidata behind articles through the lens o authors = ["Raymon Zutekouw "] -repository = "" +repository = "https://codeberg.org/MeltingSilicon/wikipedia-infobox-analyzer" license = "MIT OR Apache-2.0" keywords = ["wikipedia", "wikidata", "infobox"]