gnu: ghc-iproute: Use HTTPS for home page.

* gnu/packages/haskell.scm (ghc-iproute)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-15 07:29:20 +01:00
parent 1cc0942f49
commit e427a0e42c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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