diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm index 2c26ab08a8..74c8475240 100644 --- a/gnu/packages/minetest.scm +++ b/gnu/packages/minetest.scm @@ -764,7 +764,8 @@ (define-public minetest-oneblock (home-page "https://github.com/NO411/oneblock") (synopsis "Build your island in the sky with random items!") (description - "Build your island in the sky. Every 30 seconds you will receive a random + "This package provides an extension of the Minetest game that lets you +build your island in the sky. Every 30 seconds you will receive a random block or item from the oneblock to expand the island!") - (license license:gpl3) + (license license:gpl3+) (properties `((upstream-name . "NO11/oneblock")))))