1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00

gnu: BOINC: Remove redundant comment.

* gnu/packages/distributed.scm (boinc-client)[description]: Don't mention
license terms.
This commit is contained in:
Marius Bakke
2019-10-12 14:46:09 +02:00
parent 5ce153b110
commit d72bfe075c

View File

@@ -72,10 +72,7 @@
(description "BOINC is a platform for high-throughput computing on a large
scale (thousands or millions of computers). It can be used for volunteer
computing (using consumer devices) or grid computing (using organizational
resources). It supports virtualized, parallel, and GPU-based applications.
BOINC is distributed under the LGPL open source license. It can be used for
commercial purposes, and applications need not be open source.")
resources). It supports virtualized, parallel, and GPU-based applications.")
(home-page "https://boinc.berkeley.edu/")
(license license:gpl3+)))