summaryrefslogtreecommitdiff
path: root/gnu/packages/machine-learning.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-10-12 14:56:30 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-10-12 18:39:57 +0200
commit0effc65cc9dcd3471167001a9ef28a6a0ef72e53 (patch)
treee1c9e8bf46c22fa96bd1c1fa2d8851a45b944039 /gnu/packages/machine-learning.scm
parentbd2bd80df8b319aeb5af5939fdfe92ff539092e9 (diff)
downloadguix-patches-0effc65cc9dcd3471167001a9ef28a6a0ef72e53.tar
guix-patches-0effc65cc9dcd3471167001a9ef28a6a0ef72e53.tar.gz
gnu: gRPC: Update description.
* gnu/packages/machine-learning.scm (grpc)[description]: Remove "open source".
Diffstat (limited to 'gnu/packages/machine-learning.scm')
-rw-r--r--gnu/packages/machine-learning.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 33f8c7149a..254ee59c4a 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1306,12 +1306,12 @@ Python.")
("python" ,python-wrapper)))
(home-page "https://grpc.io")
(synopsis "High performance universal RPC framework")
- (description "gRPC is a modern open source high performance @dfn{Remote
-Procedure Call} (RPC) framework that can run in any environment. It can
-efficiently connect services in and across data centers with pluggable support
-for load balancing, tracing, health checking and authentication. It is also
-applicable in last mile of distributed computing to connect devices, mobile
-applications and browsers to backend services.")
+ (description "gRPC is a modern high performance @dfn{Remote Procedure Call}
+(RPC) framework that can run in any environment. It can efficiently connect
+services in and across data centers with pluggable support for load balancing,
+tracing, health checking and authentication. It is also applicable in last
+mile of distributed computing to connect devices, mobile applications and
+browsers to backend services.")
(license license:asl2.0)))
;; Note that Tensorflow includes a "third_party" directory, which seems to not