mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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
|
"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
|
||||||
|
|
Loading…
Reference in a new issue