mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-23 04:53:40 +03:00
[script] Hide license
This commit is contained in:
parent
497325fe3f
commit
18e7158a40
8
.github/osia_convert.rb
vendored
8
.github/osia_convert.rb
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user