From f1c441e8d1ddb967adc4dfd7333ad26d259609e2 Mon Sep 17 00:00:00 2001 From: Daniel Khamsing Date: Thu, 28 Jul 2016 12:18:45 -0700 Subject: [PATCH] [script] add license link --- .github/osia_convert.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/osia_convert.rb b/.github/osia_convert.rb index a04381c8..906a0e02 100644 --- a/.github/osia_convert.rb +++ b/.github/osia_convert.rb @@ -85,8 +85,8 @@ def output_apps(apps) details_list.push "Added #{formatted_date}" end - unless license.nil? - details_list.push "License: `#{license}`" + unless license.nil? + details_list.push "License: [`#{license}`](http://choosealicense.com/licenses/#{license}/)" if license != 'other' end unless homepage.nil?