guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ruby-yard: Fix typo in source URI.


From: Mark H. Weaver
Subject: 01/01: gnu: ruby-yard: Fix typo in source URI.
Date: Sun, 8 Jan 2017 12:29:43 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 3a3e3099750c5cf042701cebad3c3ffa9666898d
Author: Mark H Weaver <address@hidden>
Date:   Sun Jan 8 07:25:45 2017 -0500

    gnu: ruby-yard: Fix typo in source URI.
    
    This is a followup to commit 6499893ef82b85e9ba67b9e086e82644b94a55bb.
    
    * gnu/packages/ruby.scm (ruby-yard)[source][uri]: Fix typo.
---
 gnu/packages/ruby.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 4a2a3c1..1c947cc 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3057,7 +3057,7 @@ features such as filtering and fine grained logging.")
        (method url-fetch)
        ;; Tests do not pass if we build from the distributed gem.
        (uri (string-append "https://github.com/lsegal/yard/archive/v";
-                           version "tar.gz"))
+                           version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32



reply via email to

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