diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xyz/euandreh/heredoc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/heredoc.scm b/src/xyz/euandreh/heredoc.scm index fb10088..be9408a 100644 --- a/src/xyz/euandreh/heredoc.scm +++ b/src/xyz/euandreh/heredoc.scm @@ -1,4 +1,4 @@ -(define-module (heredoc) +(define-module (xyz euandreh heredoc) #:use-module ((srfi srfi-1) #:prefix s1:) #:export (heredoc-reader)) |