From e427a0e42ce54fb4acda5edc1e76a90ad9ef82f1 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 15 Jan 2018 07:29:20 +0100 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 56a1467c2e..91adb5013a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2061,7 +2061,7 @@ (define-public ghc-iproute ("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 -- cgit v1.2.3