File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def ruby_testdownstream_sulong(args):
122
122
name = 'TruffleRuby license files' ,
123
123
short_name = 'rbyl' ,
124
124
dir_name = 'ruby' ,
125
- license_files = ['LICENSE_TRUFFLERUBY.md ' ],
125
+ license_files = ['LICENSE_TRUFFLERUBY.txt ' ],
126
126
third_party_license_files = ['3rd_party_licenses_truffleruby.txt' ],
127
127
truffle_jars = [],
128
128
support_distributions = [
Original file line number Diff line number Diff line change 487
487
"platformDependent" : True ,
488
488
"description" : "TruffleRuby support distribution for the GraalVM license files" ,
489
489
"layout" : {
490
- "LICENSE_TRUFFLERUBY.md " : "file:LICENCE.md" ,
490
+ "LICENSE_TRUFFLERUBY.txt " : "file:LICENCE.md" ,
491
491
"3rd_party_licenses_truffleruby.txt" : "file:3rd_party_licenses.txt" ,
492
492
},
493
493
},
You can’t perform that action at this time.
0 commit comments