guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: r-getpass: Change case in synopsis and adjust indentation.


From: guix-commits
Subject: 03/04: gnu: r-getpass: Change case in synopsis and adjust indentation.
Date: Thu, 26 Mar 2020 03:29:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5c3902a7626437c2c100de634e263101e5748158
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Mar 26 08:25:39 2020 +0100

    gnu: r-getpass: Change case in synopsis and adjust indentation.
    
    * gnu/packages/cran.scm (r-getpass): Adjust indentation.
    [synopsis]: Do not capitalize all words.
---
 gnu/packages/cran.scm | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index deff8dc..c8d1cca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20973,21 +20973,20 @@ service.  Functions are provided to work with the 
OAI-PMH verbs:
     (name "r-getpass")
     (version "0.2-2")
     (source
-      (origin
-        (method url-fetch)
-        (uri (cran-uri "getPass" version))
-        (sha256
-          (base32
-            "03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "getPass" version))
+       (sha256
+        (base32
+         "03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
     (properties `((upstream-name . "getPass")))
     (build-system r-build-system)
     (propagated-inputs
-      `(("r-rstudioapi" ,r-rstudioapi)))
-    (home-page
-      "https://github.com/wrathematics/getPass";)
-    (synopsis "Masked User Input")
+     `(("r-rstudioapi" ,r-rstudioapi)))
+    (home-page "https://github.com/wrathematics/getPass";)
+    (synopsis "Masked user input")
     (description
-      "This package provides a micro-package for reading \"passwords\", i.e.
+     "This package provides a micro-package for reading \"passwords\", i.e.
 reading user input with masking, so that the input is not displayed as it is
 typed.  Currently, RStudio, the command line (every OS), and any platform
 where tcltk is present are supported.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]