From 109e6d8b75448d3d9416fb0743cedd7e62b7c219 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 5 Jul 2025 18:12:19 +0200 Subject: [PATCH] gnu: luanti-ethereal: Fix URL. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/luanti.scm (luanti-ethereal)[origin]: Use “https://codeberg.org/tenplus1/ethereal” 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 5338040b0102d0c6edd4984c765e5d07b73b014c..fef26bc62aaa9e4f8e937df2380fdf1a51a201a4 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"))