diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-15 07:29:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-15 07:29:20 +0100 |
commit | e427a0e42ce54fb4acda5edc1e76a90ad9ef82f1 (patch) | |
tree | 2cf8404c1d539bbdb910dc980e050839c2b75e5a | |
parent | 1cc0942f4987bd101224031eacf02adef895f193 (diff) | |
download | patches-e427a0e42ce54fb4acda5edc1e76a90ad9ef82f1.tar patches-e427a0e42ce54fb4acda5edc1e76a90ad9ef82f1.tar.gz |
gnu: ghc-iproute: Use HTTPS for home page.
* gnu/packages/haskell.scm (ghc-iproute)[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 56a1467c2e..91adb5013a 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 |