gnu: ghc-dense-linear-algebra: Use HTTPS home page.

* gnu/packages/haskell-xyz.scm (ghc-dense-linear-algebra)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:56:03 +01:00
parent dcfdc90855
commit 5015343709
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2797,7 +2797,7 @@ (define-public ghc-dense-linear-algebra
(native-inputs
`(("ghc-hspec" ,ghc-hspec)
("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "http://hackage.haskell.org/package/dense-linear-algebra")
(home-page "https://hackage.haskell.org/package/dense-linear-algebra")
(synopsis "Simple and incomplete implementation of linear algebra")
(description "This library is simply a collection of linear-algebra
related modules split from the statistics library.")