diff options
Diffstat (limited to 'sync/vps.scm')
-rw-r--r-- | sync/vps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/vps.scm b/sync/vps.scm index 02b9cc6..aa23987 100644 --- a/sync/vps.scm +++ b/sync/vps.scm @@ -24,7 +24,7 @@ -;; missing from the stdlib +;; Missing functions from stdlib (define* (partial f #:rest args1) (lambda* (#:rest args2) @@ -129,7 +129,7 @@ -;; CI HTML generation +;; CI HTML generation from Git notes (define ci-html-beginning #" <!DOCTYPE html> |