civodul pushed a commit to branch master in repository guix. commit 182c67214959371d52e5008379e2ac17389bb8c5 Author: Vivien Kraus <viv...@planete-kraus.eu> AuthorDate: Tue Sep 7 12:27:59 2021 +0200
gnu: minetest-data: Fix indentation. * gnu/packages/minetest.scm (minetest-data): Fix indentation. Signed-off-by: Ludovic Courtès <l...@gnu.org> --- gnu/packages/minetest.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm index 5453f4d..6f4682b 100644 --- a/gnu/packages/minetest.scm +++ b/gnu/packages/minetest.scm @@ -154,8 +154,8 @@ in different ways.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/minetest/minetest_game") - (commit version))) + (url "https://github.com/minetest/minetest_game") + (commit version))) (file-name (git-file-name name version)) (sha256 (base32 @@ -172,8 +172,8 @@ in different ways.") "/share/minetest/games/minetest_game"))) (mkdir-p install-dir) (copy-recursively - (assoc-ref %build-inputs "source") - install-dir) + (assoc-ref %build-inputs "source") + install-dir) #t)))) (synopsis "Main game data for the Minetest game engine") (description