aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/datetime.scm')
-rw-r--r--module/datetime.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/datetime.scm b/module/datetime.scm
index a0b1e533..5a821afb 100644
--- a/module/datetime.scm
+++ b/module/datetime.scm
@@ -49,9 +49,8 @@
;;; Configuration
(define-public week-start (make-parameter sun))
-
(define-config week-start sun
- "First day of week"
+ description: "First day of week"
pre: (ensure (lambda (x) (<= sun x sat)))
post: week-start)