diff options
author | EuAndreh <eu@euandre.org> | 2020-11-30 01:21:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-30 01:21:00 -0300 |
commit | 3ca58da3fbada9bf8ad4bef12b17988a51f89df9 (patch) | |
tree | 58b6b1533f63a1ff6db47f4ed5175b0394983bda /sync/vps.scm | |
parent | vps.scm: Uncomment mcron job time marker (diff) | |
download | server-3ca58da3fbada9bf8ad4bef12b17988a51f89df9.tar.gz server-3ca58da3fbada9bf8ad4bef12b17988a51f89df9.tar.xz |
TODOs.org
Diffstat (limited to '')
-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> |