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

* gnu/packages/networking.scm (mtr)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-02 18:28:05 +01:00
parent a36eba4716
commit 3f80d7ced2
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1951,8 +1951,8 @@ (define-public mtr
(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)