diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-24 00:23:58 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-24 00:33:59 +0200 |
commit | 25706b8fc9aa36085ecec085f08d5ad1808d4a96 (patch) | |
tree | ce3bb0b5d0a8661e8cafe8967e3f0068a057733f /gnu/packages/networking.scm | |
parent | 8fa361ce63235335e266cb5ff21bf9da73f4d8dd (diff) |
gnu: fping: Use HTTPS home page.
* gnu/packages/networking.scm (fping)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index d1765cc46f..84224374c6 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -661,7 +661,7 @@ network frames.") (base32 "0wxbvm480vij8dy4v1pi8f0c7010rx6bidg3qhsvkdf2ijhy4cr7")))) (build-system gnu-build-system) - (home-page "http://fping.org/") + (home-page "https://fping.org/") (synopsis "Send ICMP ECHO_REQUEST packets to network hosts") (description "fping is a ping like program which uses the Internet Control Message |