gnu: mtr: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 2 Dec 2019 17:28:05 +0000 (18:28 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 3 Dec 2019 00:52:45 +0000 (01:52 +0100)
* gnu/packages/networking.scm (mtr)[source]: Hard-code NAME.

gnu/packages/networking.scm

index fdc16b2..09f604a 100644 (file)
@@ -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)