aboutsummaryrefslogtreecommitdiff
path: root/ccwl/cwl.scm
diff options
context:
space:
mode:
Diffstat (limited to 'ccwl/cwl.scm')
-rw-r--r--ccwl/cwl.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ccwl/cwl.scm b/ccwl/cwl.scm
index b4a6025..3479492 100644
--- a/ccwl/cwl.scm
+++ b/ccwl/cwl.scm
@@ -1,5 +1,5 @@
;;; ccwl --- Concise Common Workflow Language
-;;; Copyright © 2021, 2023 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2021, 2023–2024 Arun Isaac <arunisaac@systemreboot.net>
;;;
;;; This file is part of ccwl.
;;;
@@ -32,11 +32,11 @@
#:use-module (ccwl yaml)
#:export (workflow->cwl
command->cwl
- workflow-or-command->cwl))
+ function->cwl))
(define %cwl-version "v1.2")
-(define workflow-or-command->cwl
+(define function->cwl
(match-lambda*
(((? workflow? workflow) port)
(workflow->cwl workflow port))