summaryrefslogtreecommitdiff
path: root/gnu/packages/distributed.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-10-12 14:46:09 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-10-12 18:39:55 +0200
commitd72bfe075cc906d228e960c6bb515b7cd863dbd4 (patch)
treed363426a1f66bf40ae1f1fd4a27aba0e8253962e /gnu/packages/distributed.scm
parent5ce153b1106fe44a9910d08663b4b9cd2a27b2d6 (diff)
downloadguix-patches-d72bfe075cc906d228e960c6bb515b7cd863dbd4.tar
guix-patches-d72bfe075cc906d228e960c6bb515b7cd863dbd4.tar.gz
gnu: BOINC: Remove redundant comment.
* gnu/packages/distributed.scm (boinc-client)[description]: Don't mention license terms.
Diffstat (limited to 'gnu/packages/distributed.scm')
-rw-r--r--gnu/packages/distributed.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm
index 0eaa1d8b83..e78d62d3d5 100644
--- a/gnu/packages/distributed.scm
+++ b/gnu/packages/distributed.scm
@@ -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+)))