mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Use HTTPS for hackage.haskell.org home pages.
* gnu/packages/haskell-xyz.scm (ghc-network-byte-order) (ghc-base-compat-batteries, ghc-regex-tdfa-text, ghc-sdl2-image) (ghc-language-glsl, ghc-sop-core, ghc-libffi, ghc-path, ghc-io-streams) (ghc-openssl-streams, ghc-haskell-lexer, ghc-prettyclass, ghc-ifelse) (ghc-sdl2-mixer, ghc-errorcall-eq-instance, ghc-filepath-bytestring) (ghc-refact, ghc-pointedlist, ghc-string-qq, ghc-tls-session-manager) (ghc-magic, ghc-exactprint, ghc-inline-c, ghc-infer-license) (ghc-unagi-chan)[home-page]: Use HTTPS.
This commit is contained in:
parent
d5840fec16
commit
3ef91e1534
3 changed files with 25 additions and 25 deletions
|
@ -620,7 +620,7 @@ based WAI (Web Application Interface in Haskell).")
|
|||
("ghc-clock" ,ghc-clock)
|
||||
("ghc-psqueues" ,ghc-psqueues)
|
||||
("ghc-tls" ,ghc-tls)))
|
||||
(home-page "http://hackage.haskell.org/package/tls-session-manager")
|
||||
(home-page "https://hackage.haskell.org/package/tls-session-manager")
|
||||
(synopsis "In-memory TLS session manager")
|
||||
(description "This Haskell library provides a TLS session manager with
|
||||
limitation, automatic pruning, energy saving and replay resistance.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue