guix-commits
[Top][All Lists]
Advanced

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

15/20: gnu: mtr: Don't use NAME in source URI.


From: guix-commits
Subject: 15/20: gnu: mtr: Don't use NAME in source URI.
Date: Mon, 2 Dec 2019 20:15:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3f80d7ced28de98e1406d3814dafc8b84c92e48c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 2 18:28:05 2019 +0100

    gnu: mtr: Don't use NAME in source URI.
    
    * gnu/packages/networking.scm (mtr)[source]: Hard-code NAME.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index fdc16b2..09f604a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1951,8 +1951,8 @@ can be whipped up with little effort.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "ftp://ftp.bitwizard.nl/"; name "/"
-                           name "-" version ".tar.gz"))
+       (uri (string-append "ftp://ftp.bitwizard.nl/mtr/";
+                           "mtr-" version ".tar.gz"))
        (sha256
         (base32 "03gid8g4r6a9r40855s4345xm1bylj2kfqkicjwxpmvvccyng712"))))
     (build-system gnu-build-system)



reply via email to

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