Howdy Manolis! [email protected] skribis:
> commit 4d674b4143b91834554809e5f43edfe117dee79b > Author: Manolis Ragkousis <[email protected]> > Date: Fri Jan 4 21:37:04 2019 +0200 > > gnu: Add jose. > > * gnu/packages/jose.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. A couple of minor issues: > + (home-page "https://github.com/latchset/jose") > + (synopsis "Object Signing and Encryption") “signing” and “encryption” (lower case). > + (description "C-language implementation of Javascript Object Signing and > +Encryption") Could you elaborate a bit and make full sentences? See <https://www.gnu.org/software/guix/manual/en/html_node/Synopses-and-Descriptions.html>. Also I’m thinking perhaps this should go next to ‘json-c’ in web.scm, or maybe in crypto.scm? Thank you for the patch! Ludo’.
