diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-03-26 08:26:56 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-03-26 08:28:53 +0100 |
commit | 90fb5923212a6b801bc4d04b2f8fdaae4e0822cf (patch) | |
tree | 6020deee5fd38941d8ab2a5449da7742f93259f7 /gnu/packages | |
parent | 5c3902a7626437c2c100de634e263101e5748158 (diff) | |
download | patches-90fb5923212a6b801bc4d04b2f8fdaae4e0822cf.tar patches-90fb5923212a6b801bc4d04b2f8fdaae4e0822cf.tar.gz |
gnu: r-argon2: Fix case in synopsis and use full sentence in description.
* gnu/packages/cran.scm (r-argon2)[synopsis]: Use lower case.
[description]: Use full sentence.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c8d1ccace6..c890b38749 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -20961,11 +20961,11 @@ service. Functions are provided to work with the OAI-PMH verbs: "0kqn06rpb39jlzizjlnc5c44mfic8llrshxn7ljgmyj35lbqwxqh")))) (properties `((upstream-name . "argon2"))) (build-system r-build-system) - (home-page - "https://github.com/wrathematics/argon2") - (synopsis "Secure Password Hashing based on Argon2 Algorithm") + (home-page "https://github.com/wrathematics/argon2") + (synopsis "Secure password hashing based on the argon2 algorithm") (description - "Utilities for secure password hashing via the argon2 algorithm.") + "This package provides utilities for secure password hashing via the +argon2 algorithm.") (license license:bsd-2))) (define-public r-getpass |