gnu: ruby-mocha: Update license.
* gnu/packages/ruby.scm (ruby-mocha)[license]: Add LICENSE:RUBY.
This commit is contained in:
parent
2fc3cc244a
commit
e3febab582
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue