summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-13 01:49:36 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-13 01:51:46 +0200
commit95bf07804a6a3b294af3e0ad841122e07c6fa9e7 (patch)
tree0b9b1e0908fecdc9618241a514ff5564c07a5fa0 /gnu/packages
parentefb22b47dbafff233e0a2d332d019270297be8b5 (diff)
downloadpatches-95bf07804a6a3b294af3e0ad841122e07c6fa9e7.tar
patches-95bf07804a6a3b294af3e0ad841122e07c6fa9e7.tar.gz
gnu: ghc-parsec-numbers: Use HTTPS home page.
* gnu/packages/haskell.scm (ghc-parsec-numbers)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/haskell.scm2
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