guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/20: gnu: ruby-mocha: Update license.


From: guix-commits
Subject: 06/20: gnu: ruby-mocha: Update license.
Date: Wed, 20 May 2020 17:53:31 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e3febab58254dfe91995468f2db64121e1c50fa1
Author: Marius Bakke <address@hidden>
AuthorDate: Wed May 20 16:57:49 2020 +0200

    gnu: ruby-mocha: Update license.
    
    * gnu/packages/ruby.scm (ruby-mocha)[license]: Add LICENSE:RUBY.
---
 gnu/packages/ruby.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5eb75d7..207f87b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]