guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: import: gem: Fix typo.


From: guix-commits
Subject: 01/02: import: gem: Fix typo.
Date: Sun, 15 Aug 2021 02:45:13 -0400 (EDT)

bricewge pushed a commit to branch master
in repository guix.

commit 613a9c7cb3419d2301cd4748cd0db90e880278c5
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Wed Aug 4 16:59:40 2021 +0200

    import: gem: Fix typo.
    
    * guix/scripts/import/gem.scm (%options): Fix typo.
---
 guix/scripts/import/gem.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/import/gem.scm b/guix/scripts/import/gem.scm
index 65d2bf1..328d20b 100644
--- a/guix/scripts/import/gem.scm
+++ b/guix/scripts/import/gem.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2015 David Thompson <davet@gnu.org>
 ;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
+;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -60,7 +61,7 @@ Import and convert the RubyGems package for PACKAGE-NAME.\n"))
                    (exit 0)))
          (option '(#\V "version") #f #f
                  (lambda args
-                   (show-version-and-exit "guix import pypi")))
+                   (show-version-and-exit "guix import gem")))
          (option '(#\r "recursive") #f #f
                  (lambda (opt name arg result)
                    (alist-cons 'recursive #t result)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]