mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: stoken: Use HTTPS home page.
* gnu/packages/crypto.scm (stoken)[home-page]: Use HTTPS.
This commit is contained in:
parent
ab4f866902
commit
86aa9e23d8
1 changed files with 1 additions and 1 deletions
|
@ -1211,7 +1211,7 @@ (define-public stoken
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list nettle libxml2))
|
(list nettle libxml2))
|
||||||
(home-page "http://stoken.sf.net")
|
(home-page "https://stoken.sf.net")
|
||||||
(synopsis "Software Token for cryptographic authentication")
|
(synopsis "Software Token for cryptographic authentication")
|
||||||
(description
|
(description
|
||||||
"@code{stoken} is a token code generator compatible with RSA SecurID
|
"@code{stoken} is a token code generator compatible with RSA SecurID
|
||||||
|
|
Loading…
Reference in a new issue