me
/
guix
Archived
1
0
Fork 0

gnu: ruby-mocha: Update license.

* gnu/packages/ruby.scm (ruby-mocha)[license]: Add LICENSE:RUBY.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -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