diff mbox series

[bug#50306] doc: Correct name of Minetest importer.

Message ID 20210831202110.26895-1-maximedevos@telenet.be
State Accepted
Headers show
Series [bug#50306] doc: Correct name of Minetest importer. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

M Aug. 31, 2021, 8:21 p.m. UTC
* doc/guix.texi (Invoking guix import): Let the item name be
  'minetest' instead of 'contentdb'.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Leo Prikler Aug. 31, 2021, 9:31 p.m. UTC | #1
Am Dienstag, den 31.08.2021, 22:21 +0200 schrieb Maxime Devos:
> * doc/guix.texi (Invoking guix import): Let the item name be
>   'minetest' instead of 'contentdb'.
> ---
>  doc/guix.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/guix.texi b/doc/guix.texi
> index 2b8448c856..79941e46c3 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -11322,7 +11322,7 @@ and generate package expressions for all
> those packages that are not yet
>  in Guix.
>  @end table
>  
> -@item contentdb
> +@item minetest
>  @cindex minetest
>  @cindex ContentDB
>  Import metadata from @uref{https://content.minetest.net, ContentDB}.
Once more sorry for doing such a poor job in my review and not catching
those typos.  I've pushed this to master.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 2b8448c856..79941e46c3 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11322,7 +11322,7 @@  and generate package expressions for all those packages that are not yet
 in Guix.
 @end table
 
-@item contentdb
+@item minetest
 @cindex minetest
 @cindex ContentDB
 Import metadata from @uref{https://content.minetest.net, ContentDB}.