diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-05 18:12:19 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-13 13:54:03 +0200 |
| commit | 109e6d8b75448d3d9416fb0743cedd7e62b7c219 (patch) | |
| tree | 82000dc1725bb7bf3e4c88cb50e38d9ba69beafc /gnu | |
| parent | 1f6a306ae406becafaf52bdc5695843738e2066c (diff) | |
gnu: luanti-ethereal: Fix URL.
* gnu/packages/luanti.scm (luanti-ethereal)[origin]: Use
“https://codeberg.org/tenplus1/ethereal” as URL.
Diffstat (limited to 'gnu')
| -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 5338040b010..fef26bc62aa 100644 --- a/gnu/packages/luanti.scm +++ b/gnu/packages/luanti.scm @@ -354,7 +354,7 @@ coloured and cut wood shapes are provided as well.") (origin (method git-fetch) (uri (git-reference - (url "https://notabug.org/TenPlus1/ethereal") + (url "https://codeberg.org/tenplus1/ethereal") (commit commit))) (sha256 (base32 "1hal8bq4fydsip7s8rqz4vlaaqy9rhzxmryd0j2qnqm9286yjgkk")) |
