diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-20 01:49:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-20 04:51:07 +0100 |
commit | 35437dbfe14bf34084bf33b01dc75d1430c7c16d (patch) | |
tree | 80551c908937d31f91d515e2da16816bc37b1b3e /gnu/packages/haskell-xyz.scm | |
parent | 0b8472b2f38a695245ee7ff7e632b00f293d7ed5 (diff) | |
download | patches-35437dbfe14bf34084bf33b01dc75d1430c7c16d.tar patches-35437dbfe14bf34084bf33b01dc75d1430c7c16d.tar.gz |
gnu: ghc-sdl2: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-sdl2)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index c98daff082..5773635227 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 |