From 9bde1b13488af896cda724d66b8f37670e10dc9d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 26 Mar 2020 08:23:39 +0100 Subject: gnu: r-remoter: Use lower case in the synopsis. * gnu/packages/cran.scm (r-remoter)[synopsis]: Do not capitalize all words. --- gnu/packages/cran.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c0bd4bfd4f..81733f7e54 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21012,8 +21012,7 @@ where tcltk is present are supported.") ("r-pbdzmq" ,r-pbdzmq) ("r-png" ,r-png))) (home-page "https://github.com/RBigData/remoter") - (synopsis - "Control a Remote R Session from a Local One") + (synopsis "Control a remote R session from a local one") (description "This package provides a set of utilities for client/server computing with R, controlling a remote R session (the server) from a local one (the -- cgit v1.2.3