gnu: ghc-sdl2: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-sdl2)[home-page]: Use HTTPS.master
parent
0b8472b2f3
commit
35437dbfe1
|
@ -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
|
||||
|
|
Reference in New Issue