From 1c059b03d3f8cb0d921b848577613e81fb63f491 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 22 Aug 2025 16:58:59 +0100 Subject: Rename cwl-conformance/cwltest-manifest.scm. There is only one manifest file under cwl-conformance. So, it's ok to just call it manifest.scm. --- cwl-conformance/cwltest-manifest.scm | 2 -- cwl-conformance/manifest.scm | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 cwl-conformance/cwltest-manifest.scm create mode 100644 cwl-conformance/manifest.scm (limited to 'cwl-conformance') diff --git a/cwl-conformance/cwltest-manifest.scm b/cwl-conformance/cwltest-manifest.scm deleted file mode 100644 index 9cf33d5..0000000 --- a/cwl-conformance/cwltest-manifest.scm +++ /dev/null @@ -1,2 +0,0 @@ -(specifications->manifest - (list "coreutils" "python-wrapper")) diff --git a/cwl-conformance/manifest.scm b/cwl-conformance/manifest.scm new file mode 100644 index 0000000..9cf33d5 --- /dev/null +++ b/cwl-conformance/manifest.scm @@ -0,0 +1,2 @@ +(specifications->manifest + (list "coreutils" "python-wrapper")) -- cgit 1.4.1