summaryrefslogtreecommitdiff
path: root/src/scm/webid-oidc/offloading.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/scm/webid-oidc/offloading.scm')
-rw-r--r--src/scm/webid-oidc/offloading.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scm/webid-oidc/offloading.scm b/src/scm/webid-oidc/offloading.scm
index 9620193..1332c70 100644
--- a/src/scm/webid-oidc/offloading.scm
+++ b/src/scm/webid-oidc/offloading.scm
@@ -1,4 +1,4 @@
-;; webid-oidc, implementation of the Solid specification
+;; dislfuid, implementation of the Solid specification
;; Copyright (C) 2021 Vivien Kraus
;; This program is free software: you can redistribute it and/or modify
@@ -16,6 +16,7 @@
(define-module (webid-oidc offloading)
#:use-module (ice-9 threads)
+ #:declarative? #t
#:export (with-threads in-another-thread))
(define tag (make-prompt-tag))