diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:09 +0200 |
commit | 86aa9e23d82fbcb79abc9f709b0c75881ba40201 (patch) | |
tree | 70445a238a1db3973de855f13d4d5e8a7a1452fa | |
parent | ab4f8669026ad4d9dcf377133c2368e16488d106 (diff) |
gnu: stoken: Use HTTPS home page.
* gnu/packages/crypto.scm (stoken)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index ea8d201b5d..91acedbc97 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -1211,7 +1211,7 @@ Features: (list pkg-config)) (inputs (list nettle libxml2)) - (home-page "http://stoken.sf.net") + (home-page "https://stoken.sf.net") (synopsis "Software Token for cryptographic authentication") (description "@code{stoken} is a token code generator compatible with RSA SecurID |