guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: ghc-sdl2: Use HTTPS home page.


From: guix-commits
Subject: 13/14: gnu: ghc-sdl2: 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 35437dbfe14bf34084bf33b01dc75d1430c7c16d
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Jan 20 01:49:00 2020 +0100

    gnu: ghc-sdl2: Use HTTPS home page.
    
    * gnu/packages/haskell-xyz.scm (ghc-sdl2)[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 c98daff..5773635 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9890,7 +9890,7 @@ award winning Linux port of \"Civilization: Call To 
Power.\"")
     (native-inputs
      `(("ghc-weigh" ,ghc-weigh)
        ("pkg-config" ,pkg-config)))
-    (home-page "http://hackage.haskell.org/package/sdl2";)
+    (home-page "https://hackage.haskell.org/package/sdl2";)
     (synopsis "High- and low-level bindings to the SDL library")
     (description
      "This package contains bindings to the SDL 2 library, in both high- and



reply via email to

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