mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: ntp: Fix indentation.
* gnu/packages/ntp.scm (ntp): Fix indentation to only use spaces.
This commit is contained in:
parent
f0ddc5e55b
commit
d35de59b64
1 changed files with 27 additions and 26 deletions
|
@ -40,7 +40,8 @@ (define-public ntp
|
||||||
(package
|
(package
|
||||||
(name "ntp")
|
(name "ntp")
|
||||||
(version "4.2.8p8")
|
(version "4.2.8p8")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append
|
(uri (list (string-append
|
||||||
"http://archive.ntp.org/ntp4/ntp-"
|
"http://archive.ntp.org/ntp4/ntp-"
|
||||||
|
|
Loading…
Reference in a new issue