gnu: BOINC: Remove redundant comment.
authorMarius Bakke <mbakke@fastmail.com>
Sat, 12 Oct 2019 12:46:09 +0000 (14:46 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Sat, 12 Oct 2019 16:39:55 +0000 (18:39 +0200)
* gnu/packages/distributed.scm (boinc-client)[description]: Don't mention
license terms.

gnu/packages/distributed.scm

index 0eaa1d8..e78d62d 100644 (file)
     (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+)))