diff --git a/.github/osia_convert.rb b/.github/osia_convert.rb index 896ba3a0..5d456643 100644 --- a/.github/osia_convert.rb +++ b/.github/osia_convert.rb @@ -133,10 +133,10 @@ def output_apps(apps, appstoreonly) line.push " `#{formatted_date}` " end - unless license.nil? - license_display = license == 'other' ? "" : "[`#{license}`](http://choosealicense.com/licenses/#{license}/)" - line.push << " #{license_display} " - end + # unless license.nil? + # license_display = license == 'other' ? "" : "[`#{license}`](http://choosealicense.com/licenses/#{license}/)" + # line.push << " #{license_display} " + # end unless tags.nil? line.push '`swift` ' if tags.include? 'swift'