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 /gnu | |
| parent | ab4f8669026ad4d9dcf377133c2368e16488d106 (diff) | |
gnu: stoken: Use HTTPS home page.
* gnu/packages/crypto.scm (stoken)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
| -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 ea8d201b5db..91acedbc972 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm | |||
| @@ -1211,7 +1211,7 @@ Features: | |||
| 1211 | (list pkg-config)) | 1211 | (list pkg-config)) |
| 1212 | (inputs | 1212 | (inputs |
| 1213 | (list nettle libxml2)) | 1213 | (list nettle libxml2)) |
| 1214 | (home-page "http://stoken.sf.net") | 1214 | (home-page "https://stoken.sf.net") |
| 1215 | (synopsis "Software Token for cryptographic authentication") | 1215 | (synopsis "Software Token for cryptographic authentication") |
| 1216 | (description | 1216 | (description |
| 1217 | "@code{stoken} is a token code generator compatible with RSA SecurID | 1217 | "@code{stoken} is a token code generator compatible with RSA SecurID |
