nckx pushed a commit to branch master
in repository guix.
commit e427a0e42ce54fb4acda5edc1e76a90ad9ef82f1
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Mon Jan 15 07:29:20 2018 +0100
gnu: ghc-iproute: Use HTTPS for home page.
* gnu/packages/haskell.scm (ghc-iproute)[home-page]: Use HTTPS.
---
gnu/packages/haskell.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 56a1467..91adb50 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2061,7 +2061,7 @@ lines continued at an indented level below.")
("ghc-byteorder" ,ghc-byteorder)
("ghc-network" ,ghc-network)
("ghc-safe" ,ghc-safe)))
- (home-page "http://www.mew.org/~kazu/proj/iproute/")
+ (home-page "https://www.mew.org/~kazu/proj/iproute/")
(synopsis "IP routing table")
(description "IP Routing Table is a tree of IP ranges to search one of
them on the longest match base. It is a kind of TRIE with one way branching