aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ccwl/ccwl.scm (renamed from generate-cwl/generate-cwl.scm)2
-rw-r--r--ccwl/yaml.scm (renamed from generate-cwl/yaml.scm)2
2 files changed, 2 insertions, 2 deletions
diff --git a/generate-cwl/generate-cwl.scm b/ccwl/ccwl.scm
index 4e6420a..1f69d41 100644
--- a/generate-cwl/generate-cwl.scm
+++ b/ccwl/ccwl.scm
@@ -3,7 +3,7 @@
;;
;; This file implements a generator to generate CWL files.
-(define-module (generate-cwl generate-cwl)
+(define-module (ccwl ccwl)
#:use-module (rnrs records syntactic)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-71)
diff --git a/generate-cwl/yaml.scm b/ccwl/yaml.scm
index f4691ca..2036815 100644
--- a/generate-cwl/yaml.scm
+++ b/ccwl/yaml.scm
@@ -3,7 +3,7 @@
;;
;; This file implements a library to convert a scm tree to yaml.
-(define-module (generate-cwl yaml)
+(define-module (ccwl yaml)
#:use-module (ice-9 match)
#:export (scm->yaml))