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 | |
| parent | 23335e8d86067df500c3438eb4cfd9c757678f6e (diff) | |
gnu: openntpd: Don't use NAME in source URI.
* gnu/packages/ntp.scm (openntpd)[source]: Hard-code NAME.
| -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 c6200192007..e37bf30a7d0 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm | |||
| @@ -169,7 +169,7 @@ computers over a network.") | |||
| 169 | (source (origin | 169 | (source (origin |
| 170 | (method url-fetch) | 170 | (method url-fetch) |
| 171 | (uri (string-append | 171 | (uri (string-append |
| 172 | "mirror://openbsd/OpenNTPD/" name "-" version ".tar.gz")) | 172 | "mirror://openbsd/OpenNTPD/openntpd-" version ".tar.gz")) |
| 173 | (sha256 | 173 | (sha256 |
| 174 | (base32 | 174 | (base32 |
| 175 | "0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv")))) | 175 | "0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv")))) |
