diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-05 18:10:27 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-13 13:54:03 +0200 |
commit | abf5fc390d16e980ee46fae66763eaa9367cee7b (patch) | |
tree | 63bd1e2160574edd43e28f9db9aac5ba2f1ad401 | |
parent | cd38f32c8d2ffcfa61753833f0cf54b2e87bc741 (diff) |
gnu: luanti-pipeworks: Fix URL.
* gnu/packages/luanti.scm (luanti-pipeworks)[origin]: Use
“https://github.com/mt-mods/pipeworks” 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 9b7d8c4e1a..6c372d6544 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")) |