From beb6a32cf37fd9f2ffbf1afc38ecfe9aed8b00a7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 19 Feb 2021 11:40:30 -0300 Subject: vps.scm: Correct indentation --- vps.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vps.scm') 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 -- cgit v1.2.3