mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: BOINC: Update license.
* gnu/packages/distributed.scm (boinc-client)[license]: Add LGPL3+.
This commit is contained in:
parent
d72bfe075c
commit
c21dae9b89
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ (define-public boinc-client
|
|||
computing (using consumer devices) or grid computing (using organizational
|
||||
resources). It supports virtualized, parallel, and GPU-based applications.")
|
||||
(home-page "https://boinc.berkeley.edu/")
|
||||
(license license:gpl3+)))
|
||||
;; BOINC is distributed as LGPL3+, with some individual modules under GPL3+.
|
||||
(license (list license:lgpl3+ license:gpl3+))))
|
||||
|
||||
(define-public boinc-server
|
||||
(package (inherit boinc-client)
|
||||
|
|
Loading…
Reference in a new issue