diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-16 14:48:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-16 22:46:38 +0100 |
commit | 3bc39f0c5dc3a6e5ad2feca7438e1f1d55e24771 (patch) | |
tree | da73956a32a22c70cff39e414b27d958b9498433 /gnu/packages/distributed.scm | |
parent | bcd3c48538cf7ab95b1c735880c866dccbdf7954 (diff) | |
download | guix-3bc39f0c5dc3a6e5ad2feca7438e1f1d55e24771.tar guix-3bc39f0c5dc3a6e5ad2feca7438e1f1d55e24771.tar.gz |
gnu: boinc-client: Trim synopsis.
* gnu/packages/distributed.scm (boinc-client)[synopsis]: Remove package name.
Diffstat (limited to 'gnu/packages/distributed.scm')
-rw-r--r-- | gnu/packages/distributed.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm index f54f4727e1..c5207aace4 100644 --- a/gnu/packages/distributed.scm +++ b/gnu/packages/distributed.scm @@ -71,7 +71,7 @@ ("automake" ,automake) ("libtool" ,libtool) ("pkg-config" ,pkg-config))) - (synopsis "BOINC lets you help cutting-edge science research using your computer") + (synopsis "Help cutting-edge science research using your computer") (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 |