aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-19 11:40:30 -0300
committerEuAndreh <eu@euandre.org>2021-02-19 11:40:30 -0300
commitbeb6a32cf37fd9f2ffbf1afc38ecfe9aed8b00a7 (patch)
treeaa558b459fe7811af633d71b274ea13fe8ee00e0
parentvps.scm: Move (cmd) definition to before reader macro (diff)
downloadtoph-beb6a32cf37fd9f2ffbf1afc38ecfe9aed8b00a7.tar.gz
toph-beb6a32cf37fd9f2ffbf1afc38ecfe9aed8b00a7.tar.xz
vps.scm: Correct indentation
-rw-r--r--vps.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/vps.scm b/vps.scm
index 0a3497d..0da7f72 100644
--- a/vps.scm
+++ b/vps.scm
@@ -229,10 +229,10 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\"")))
(arguments
(substitute-keyword-arguments (package-arguments cgit)
((#:phases phases)
- `(modify-phases ,phases
+ `(modify-phases ,phases
(add-after unpack 'patch-about-formatting
(lambda _
- (substitute* "lib/cgit/filters/about-formatting.sh"
+ (substitute* "lib/cgit/filters/about-formatting.sh"
(("txt2html") "md2html"))))))))))
(define my-system