diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-13 01:49:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-13 01:51:46 +0200 |
commit | 95bf07804a6a3b294af3e0ad841122e07c6fa9e7 (patch) | |
tree | 0b9b1e0908fecdc9618241a514ff5564c07a5fa0 | |
parent | efb22b47dbafff233e0a2d332d019270297be8b5 (diff) | |
download | guix-95bf07804a6a3b294af3e0ad841122e07c6fa9e7.tar.gz guix-95bf07804a6a3b294af3e0ad841122e07c6fa9e7.zip |
gnu: ghc-parsec-numbers: Use HTTPS home page.
* gnu/packages/haskell.scm (ghc-parsec-numbers)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/haskell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 2673ca5e5d..9866a0d3c1 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1712,7 +1712,7 @@ School of Functional Programming', 1995. See (build-system haskell-build-system) (inputs `(("ghc-parsec" ,ghc-parsec))) - (home-page "http://hackage.haskell.org/package/parsec-numbers") + (home-page "https://hackage.haskell.org/package/parsec-numbers") (synopsis "Utilities for parsing numbers from strings") (description "This package provides the number parsers without the need to use a large |