From abf5fc390d16e980ee46fae66763eaa9367cee7b Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 5 Jul 2025 18:10:27 +0200 Subject: [PATCH] gnu: luanti-pipeworks: Fix URL. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/luanti.scm (luanti-pipeworks)[origin]: Use “https://github.com/mt-mods/pipeworks” 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 9b7d8c4e1ae..6c372d6544b 100644 --- a/gnu/packages/luanti.scm +++ b/gnu/packages/luanti.scm @@ -546,7 +546,7 @@ surface or deep underground.") (origin (method git-fetch) (uri (git-reference - (url "https://gitlab.com/VanessaE/pipeworks") + (url "https://github.com/mt-mods/pipeworks") (commit "db6d1bd9c109e1e543b97cc3fa8a11400da23bcd"))) (sha256 (base32 "1flhcnf17dn1v86kcg47a1n4cb0lybd11ncxrkxn3wmf10ibsrm0"))