mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: eid-mw: Expand description.
* gnu/packages/security-token.scm (synopsis, description): Expand. Add reminder to myself— er, ’new users’.
This commit is contained in:
parent
97bb46ea0e
commit
8e9e182863
1 changed files with 5 additions and 3 deletions
|
@ -161,9 +161,11 @@ (define-public eid-mw
|
|||
(("/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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue