From aa76950b69ab9c1994f2c8aaa07d325f57cc556d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 26 Jan 2021 00:28:22 -0300 Subject: vps.scm: Remove ^L and indent --- vps.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'vps.scm') diff --git a/vps.scm b/vps.scm index f1898ae..d0700ff 100644 --- a/vps.scm +++ b/vps.scm @@ -4,7 +4,7 @@ ((guix build utils) #:prefix utils:) ((guix modules) #:prefix modules:) ((srfi srfi-1) #:prefix srfi-1:) - (srfi srfi-26) + (srfi srfi-26) ; cut utility ((ice-9 textual-ports) #:prefix textual-ports:) ((ice-9 ftw) #:prefix ftw:) ((ice-9 popen) #:prefix popen:) @@ -23,7 +23,6 @@ certbot cgit) - ;; Missing functions from stdlib @@ -44,7 +43,6 @@ (lambda* (#:rest args) (not (apply f args)))) - ;; custom extensions @@ -152,7 +150,6 @@ (popen:close-pipe port) out)) - ;; DNS constants @@ -170,7 +167,6 @@ (define ci-domain-prefix "ci") (define ci-domain (string-append ci-domain-prefix "." tld)) - ;; CI HTML generation from Git notes @@ -255,7 +251,6 @@ (list-directory git-data-path))) ci-html-ending)))) - ;; OS configuration -- cgit v1.2.3