diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-08 16:59:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-08 17:05:51 +0200 |
commit | 198571b264547f800803e554c8f21a9c95be959c (patch) | |
tree | 044277bf525bfd6349f1243e39b25015e1773007 /gnu/packages/ntp.scm | |
parent | 23335e8d86067df500c3438eb4cfd9c757678f6e (diff) | |
download | gnu-guix-198571b264547f800803e554c8f21a9c95be959c.tar gnu-guix-198571b264547f800803e554c8f21a9c95be959c.tar.gz |
gnu: openntpd: Don't use NAME in source URI.
* gnu/packages/ntp.scm (openntpd)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/ntp.scm')
-rw-r--r-- | gnu/packages/ntp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm index c620019200..e37bf30a7d 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -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")))) |