diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-24 23:14:09 +0100 | 
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-27 00:49:52 +0100 | 
| commit | 8e9e18286320680a9170fa2aae7c754753ea9792 (patch) | |
| tree | 597e8987959362a8a1ad7c3643277d8e7bfb61f7 /gnu/packages/security-token.scm | |
| parent | 97bb46ea0e5f9744957b06d4e67e3b34ef9a64d3 (diff) | |
gnu: eid-mw: Expand description.
* gnu/packages/security-token.scm (synopsis, description): Expand.
Add reminder to myself— er, ’new users’.
Diffstat (limited to 'gnu/packages/security-token.scm')
| -rw-r--r-- | gnu/packages/security-token.scm | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index ac6aa2bdbe..2ff147b621 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -161,9 +161,11 @@ readers and is needed to communicate with such devices through the                 (("/bin/sh") (which "sh"))                 (("^(GITDESC=).*" _ match) (string-append match ,version "\n")))               (invoke "sh" "./bootstrap.sh")))))) -    (synopsis "Belgian eID Middleware") -    (description "The Belgian eID Middleware is required to authenticate with -online services using the Belgian electronic identity card.") +    (synopsis "Belgian electronic identity card (eID) middleware") +    (description "The Belgian eID middleware is required to authenticate with +online services and sign digital documents with Belgian identity cards. + +It requires a running pcscd service and a compatible card reader.")      (home-page "https://github.com/Fedict/eid-mw")      (license license:lgpl3))) | 
