3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/ntp.scm (openntpd)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-04-08 16:59:21 +02:00
parent 23335e8d86
commit 198571b264
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -169,7 +169,7 @@ computers over a network.")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://openbsd/OpenNTPD/" name "-" version ".tar.gz"))
"mirror://openbsd/OpenNTPD/openntpd-" version ".tar.gz"))
(sha256
(base32
"0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv"))))