diff options
author | Efraim Flashner | 2022-10-24 10:56:09 +0300 |
---|---|---|
committer | Efraim Flashner | 2022-10-24 10:56:09 +0300 |
commit | 55bbe4b61ca1b4c32bc79c4a528fb090a64e0bb7 (patch) | |
tree | a2b9639de24b937908677786f289ab000a5d8556 | |
parent | b44f584e027d6b427dd55a42187d306a431609d9 (diff) | |
download | guix-bioinformatics-55bbe4b61ca1b4c32bc79c4a528fb090a64e0bb7.tar.gz |
gn: Fix ruby module licenses
-rw-r--r-- | gn/packages/ruby.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |