gnu: ruby-mocha: Update license.
* gnu/packages/ruby.scm (ruby-mocha)[license]: Add LICENSE:RUBY.master
parent
2fc3cc244a
commit
e3febab582
|
@ -3016,7 +3016,8 @@ Ruby, but can be used for all programs.")
|
||||||
"Mocha is a mocking and stubbing library with JMock/SchMock syntax, which
|
"Mocha is a mocking and stubbing library with JMock/SchMock syntax, which
|
||||||
allows mocking and stubbing of methods on real (non-mock) classes.")
|
allows mocking and stubbing of methods on real (non-mock) classes.")
|
||||||
(home-page "http://gofreerange.com/mocha/docs")
|
(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
|
(define-public ruby-mocha-on-bacon
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue