aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/server.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/entry-points/server.scm')
-rw-r--r--module/calp/entry-points/server.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/entry-points/server.scm b/module/calp/entry-points/server.scm
index 26c2bee7..d357015d 100644
--- a/module/calp/entry-points/server.scm
+++ b/module/calp/entry-points/server.scm
@@ -34,7 +34,7 @@ and <i>[::]</i> for IPv6</group>"))))
(define-config port 8080
description: (_ "Port to which the web server should bind."))
-(define-public (main args)
+(define (main args)
(define opts (getopt-long args (getopt-opt options)))
(define addr (option-ref opts 'addr #f))