From cd38f32c8d2ffcfa61753833f0cf54b2e87bc741 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 5 Jul 2025 16:57:36 +0200 Subject: [PATCH] gnu: luanti-coloredwood: Fix URL. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/luanti.scm (luanti-coloredwood)[origin]: Use “https://github.com/mt-mods/coloredwood” as URL. --- gnu/packages/luanti.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/luanti.scm b/gnu/packages/luanti.scm index 247e567199..9b7d8c4e1a 100644 --- a/gnu/packages/luanti.scm +++ b/gnu/packages/luanti.scm @@ -322,7 +322,7 @@ like steel bars and chains, wire, plastic strips and sheets, and more.") (origin (method git-fetch) (uri (git-reference - (url "https://gitlab.com/VanessaE/coloredwood") + (url "https://github.com/mt-mods/coloredwood") (commit "be4df6fc889419155bed8638bbb752493e78cbd5"))) (sha256 (base32 "1swirfk6b4xfbiwv8adyw5yl2lyfpp8ymfipzq9ivyvmif8nl3ki"))