summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 01:56:03 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 17:57:09 +0100
commit5015343709c81a95f2713e035df58cf1a288a8ec (patch)
tree304f4555dbe57c171eadd84f5393ab7d5053dc02 /gnu/packages/haskell-xyz.scm
parentdcfdc9085554f422305b7ce74868e9f6f1cf081f (diff)
downloadguix-patches-5015343709c81a95f2713e035df58cf1a288a8ec.tar
guix-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/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm2
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.")