From 6b403f694335e7a48602f15aafb7f42566d41fb1 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 24 Jan 2024 15:39:12 +0100 Subject: [PATCH] Fix repository link. --- gegl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gegl/Cargo.toml b/gegl/Cargo.toml index b004eb4..c5a02a8 100644 --- a/gegl/Cargo.toml +++ b/gegl/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "gegl" description = "GEGL data structure library for Rust." -repository = "https://git.bauke.xyz/driftingnebula/gegl" +repository = "https://git.bauke.xyz/driftingnebula/interlinked" license = "AGPL-3.0-or-later" version = "0.0.0" authors = ["Bauke "]