gnu: ruby-mocha: Update license.

* gnu/packages/ruby.scm (ruby-mocha)[license]: Add LICENSE:RUBY.
This commit is contained in:
Marius Bakke 2020-05-20 16:57:49 +02:00
parent 2fc3cc244a
commit e3febab582
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3016,7 +3016,8 @@ (define-public ruby-mocha
"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