guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 08/18: gnu: ghc-dense-linear-algebra: Use HTTPS home page.
Date: Sun, 19 Jan 2020 12:26:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5015343709c81a95f2713e035df58cf1a288a8ec
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:56:03 2020 +0100

    gnu: ghc-dense-linear-algebra: Use HTTPS home page.
    
    * gnu/packages/haskell-xyz.scm (ghc-dense-linear-algebra)[home-page]: Use 
HTTPS.
---
 gnu/packages/haskell-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3a9880f..9599347 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]