diff --git a/samplesheet.wdl b/samplesheet.wdl
index 5852a9d927ded64650a4a6530fad010dbc5583d0..e269911ddac6c9c353dcdcee8d95a8abf90713f6 100644
--- a/samplesheet.wdl
+++ b/samplesheet.wdl
@@ -27,6 +27,9 @@ task sampleConfigFileToStruct {
     # structure to a list of objects model.
     # It was specifically designed to run on both python2 and python3.
     # Only requirement is PyYAML.
+    #
+    # Code maintained in https://github.com/rhpvorderman/samplesheet-to-struct
+    # can be moved to biowdl group later.
     command {
         python <<CODE