[PATCH] doc: Fix missing package name.

  • Done
  • quality assurance status badge
Details
2 participants
  • Taiju HIGASHI
  • Christopher Baines
Owner
unassigned
Submitted by
Taiju HIGASHI
Severity
normal

Debbugs page

Taiju HIGASHI wrote 2 years ago
(address . guix-patches@gnu.org)(name . Taiju HIGASHI)(address . higashi@taiju.info)
20221002072311.21495-1-higashi@taiju.info
* doc/guix.texi (Invoking guix import): Fix missing package name for gem
importer.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/doc/guix.texi b/doc/guix.texi
index 535c8cdfc3..b813cf69bc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -13239,7 +13239,7 @@ guix import gem rails
You can also ask for a specific version:
@example
-guix import gem @@7.0.4
+guix import gem rails@@7.0.4
@end example
@table @code
--
2.37.3
Christopher Baines wrote 2 years ago
(name . Taiju HIGASHI)(address . higashi@taiju.info)(address . 58246-done@debbugs.gnu.org)
878rlt2fsr.fsf@cbaines.net
Taiju HIGASHI <higashi@taiju.info> writes:

Toggle quote (20 lines)
> * doc/guix.texi (Invoking guix import): Fix missing package name for gem
> importer.
> ---
> doc/guix.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index 535c8cdfc3..b813cf69bc 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -13239,7 +13239,7 @@ guix import gem rails
> You can also ask for a specific version:
>
> @example
> -guix import gem @@7.0.4
> +guix import gem rails@@7.0.4
> @end example
>
> @table @code

Thanks for the patch :) I've pushed this to master as
5b42b64ea89564c58325d16d3d0f4a0a03ebae0f.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmM+5IRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcBrA//d7CslP08eoUPFjSKzIGj6ARuzbo4hld2
meuJh5pKfoQrAlPI70MEDrbpDo5iH6GZ8LeWmeNKWXJ2h35l2UvfPkeHVyhvNaRC
9clGLpL+LneaOk8tEVEQgyNNxY4/1bWlTn0cgei3hpJ9H7ksbZBDYnTpKD37h1SD
/ijlbgGWcuhMYELKLWngRt7hnLOmuH6bUlYfSWxPo4HpyP3OWmTXpaK8ItxnaTyg
8BR9rCungHTgMUep/YMzBtIn4/3h1sE0+GdnQ+WqpANtYL6AUg7Yrcci79hTRV6r
vvTMJZJyq4gSqTEdI5wr3C3WNgB7us7zhWK31lCIZubKKB8yIbIP1boDJbt0VLbz
cY2IQbagNrpD8KJjxfpteiPzaFGyj14YbmoGFnpDy4BkOnaZA19MAX5NMvgIt15o
hhgn6ubbreCuz3IC3cWc45Cqmn5ATYJFEe150/bwGGjeo5HhV1+UjBgwD2kbLXSb
7wbjCnCfEKts+BKQ/wd/q1V3Gadrvd4jvpBQsG3BkmNR8SG8QvrN4hfG+u8ZLFFZ
W4GOvXrwQ1SoegoMi4oT3QoKgSmBkgbXE5JPjuqfiRgacUdYz0qlWTnnmeWdiikh
YFxIsALK3UEQ7ThpBUezKLAfp/MGBj8JTloSEH0vHiMhC44Wn9lQ5mabxZyWOFXG
GOBQZmxMS0k=
=ATV8
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58246@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58246
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help