From 55bbe4b61ca1b4c32bc79c4a528fb090a64e0bb7 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 24 Oct 2022 10:56:09 +0300 Subject: gn: Fix ruby module licenses --- gn/packages/ruby.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gn/packages/ruby.scm') diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm index ca0339f..d1df74c 100644 --- a/gn/packages/ruby.scm +++ b/gn/packages/ruby.scm @@ -127,7 +127,7 @@ and comma separated table files - useful for Excel sheets and SQL/RDF output") (home-page "http://github.com/pjotrp/bioruby-table") - (license expat))) + (license license:expat))) (define-public ruby-ntlm-http (package @@ -213,7 +213,7 @@ submitted. Mechanize also keeps track of the sites that you have visited as a history.") (home-page "http://docs.seattlerb.org/mechanize/") - (license expat))) + (license license:expat))) (define-public ruby-elasticsearch-transport (package @@ -5303,7 +5303,7 @@ specify.") (description "This package provides a small gem that attempts to guess and then force encoding of HTML documents for Ruby 1.9") (home-page "https://github.com/cantino/guess_html_encoding") - (license expat))) + (license license:expat))) (define-public ruby-ruby-readability (package -- cgit v1.2.3