guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libgxps: Add "/" before name in source URL.


From: Danny Milosavljevic
Subject: 01/01: gnu: libgxps: Add "/" before name in source URL.
Date: Sat, 10 Jun 2017 17:40:32 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 7f10628ca8e7693cd421d2a3f3ae67e864b67998
Author: djwj <address@hidden>
Date:   Sat Jun 10 18:01:05 2017 +0100

    gnu: libgxps: Add "/" before name in source URL.
    
    * gnu/packages/gnome.scm (libgxps)[source]: Add "/".
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 293df87..d3f7344 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -294,7 +294,7 @@ access the common Google services, and has full 
asynchronous support.")
     (version "0.2.5")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources" name "/"
+              (uri (string-append "mirror://gnome/sources/" name "/"
                                   (version-major+minor version) "/"
                                   name "-" version ".tar.xz"))
               (sha256



reply via email to

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