summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-05-20 16:57:49 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-05-20 23:51:25 +0200
commite3febab58254dfe91995468f2db64121e1c50fa1 (patch)
treee6246d3067db459596b858d5118c303ec07ba675 /gnu/packages/ruby.scm
parent2fc3cc244a16f641079cdfb758e37c8a3b8e2ed4 (diff)
downloadguix-patches-e3febab58254dfe91995468f2db64121e1c50fa1.tar
guix-patches-e3febab58254dfe91995468f2db64121e1c50fa1.tar.gz
gnu: ruby-mocha: Update license.
* gnu/packages/ruby.scm (ruby-mocha)[license]: Add LICENSE:RUBY.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r--gnu/packages/ruby.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5eb75d7c62..207f87b746 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3016,7 +3016,8 @@ Ruby, but can be used for all programs.")
"Mocha is a mocking and stubbing library with JMock/SchMock syntax, which
allows mocking and stubbing of methods on real (non-mock) classes.")
(home-page "http://gofreerange.com/mocha/docs")
- (license license:expat)))
+ ;; Mocha can be used with either license at the users choice.
+ (license (list license:expat license:ruby))))
(define-public ruby-mocha-on-bacon
(package