me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ntp.scm (openntpd)[source]: Hard-code NAME.
master
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
1 changed files with 1 additions and 1 deletions

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"))))