aboutsummaryrefslogtreecommitdiff
path: root/vps.scm
diff options
context:
space:
mode:
Diffstat (limited to 'vps.scm')
-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