diff options
author | EuAndreh <eu@euandre.org> | 2022-05-17 15:41:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-17 15:41:56 -0300 |
commit | 19ecf3b372a1a60cfafcb73f47a64ec15ed621a3 (patch) | |
tree | 151bd44b776ecf0c18c088610a1237943fa6aa7f /src/xyz | |
parent | git mv src/heredoc.scm src/xyz/euandreh/ (diff) | |
download | guile-heredoc-19ecf3b372a1a60cfafcb73f47a64ec15ed621a3.tar.gz guile-heredoc-19ecf3b372a1a60cfafcb73f47a64ec15ed621a3.tar.xz |
Update references to src/heredoc.scm
Diffstat (limited to 'src/xyz')
-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)) |