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