diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:56:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 17:57:09 +0100 |
commit | 5015343709c81a95f2713e035df58cf1a288a8ec (patch) | |
tree | 304f4555dbe57c171eadd84f5393ab7d5053dc02 /gnu | |
parent | dcfdc9085554f422305b7ce74868e9f6f1cf081f (diff) | |
download | patches-5015343709c81a95f2713e035df58cf1a288a8ec.tar patches-5015343709c81a95f2713e035df58cf1a288a8ec.tar.gz |
gnu: ghc-dense-linear-algebra: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-dense-linear-algebra)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 3a9880f58c..9599347d72 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -2797,7 +2797,7 @@ providing an @code{rnf} implementation.") (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.") |