summaryrefslogtreecommitdiff
path: root/lib/config.ml
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2025-02-02 17:08:52 +0100
committerMarius Peter <marius.peter@tutanota.com>2025-02-02 17:08:52 +0100
commitaacec6588c3aebffda6c6221b02622576c85c407 (patch)
tree213da645d447ac0e82a9209412f94fa78a8bc594 /lib/config.ml
parent6e8e49ba49beeeb63e1e027fc23e8883a1185109 (diff)
Change Views render function return type.
All Views submodules' render functions now return a Dream_html node promise, rather than the node itself.
Diffstat (limited to 'lib/config.ml')
-rw-r--r--lib/config.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config.ml b/lib/config.ml
index 4aab858..d47101f 100644
--- a/lib/config.ml
+++ b/lib/config.ml
@@ -1 +1,2 @@
let git_directory = Filename.concat (Unix.getenv "HOME") "git"
+let author = "Marius Peter"
Copyright 2019--2025 Marius PETER