guix-commits
[Top][All Lists]
Advanced

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

14/14: gnu: ghc-hashable-time: Use HTTPS home page.


From: guix-commits
Subject: 14/14: gnu: ghc-hashable-time: Use HTTPS home page.
Date: Sun, 19 Jan 2020 22:53:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3b02036ea0c0261895fca8129f8afef297d346e6
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Jan 20 01:49:29 2020 +0100

    gnu: ghc-hashable-time: Use HTTPS home page.
    
    * gnu/packages/haskell-xyz.scm (ghc-hashable-time)[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 5773635..fd2f11c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5008,7 +5008,7 @@ combine hash values.")
      `(#:cabal-revision
        ("2" "006phc5y9rrvsshdcmjmhxzxh8dpgs685mpqbkjm9c40xb1ydjbz")))
     (inputs `(("ghc-hashable" ,ghc-hashable)))
-    (home-page "http://hackage.haskell.org/package/hashable-time";)
+    (home-page "https://hackage.haskell.org/package/hashable-time";)
     (synopsis "Hashable instances for Data.Time")
     (description
      "This package provides @code{Hashable} instances for types in



reply via email to

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