diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-05 16:57:36 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-13 13:54:02 +0200 |
commit | cd38f32c8d2ffcfa61753833f0cf54b2e87bc741 (patch) | |
tree | 46084aeb035f08fd9ca1cecc6be70acde8e417da | |
parent | 4fe31fd51e20cdbc45f840722a770c49fc520ad8 (diff) |
gnu: luanti-coloredwood: Fix URL.
* gnu/packages/luanti.scm (luanti-coloredwood)[origin]: Use
“https://github.com/mt-mods/coloredwood” as URL.
-rw-r--r-- | gnu/packages/luanti.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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")) |