about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-07-19 21:31:36 -0400
committerGitHub <noreply@github.com>2018-07-19 21:31:36 -0400
commit7fdba7c74ed2887f0cce09f2cb1a0c88c51d0417 (patch)
tree268a390783bdadcf26ac26f7d649a55561d5424c /pkgs/tools/networking
parent037e06f0b382f74531adb1a13e9a1fa677c8f18c (diff)
parentdf8062c45b1247cb5e58c453a0d7d02fab941f7c (diff)
downloadnixlib-7fdba7c74ed2887f0cce09f2cb1a0c88c51d0417.tar
nixlib-7fdba7c74ed2887f0cce09f2cb1a0c88c51d0417.tar.gz
nixlib-7fdba7c74ed2887f0cce09f2cb1a0c88c51d0417.tar.bz2
nixlib-7fdba7c74ed2887f0cce09f2cb1a0c88c51d0417.tar.lz
nixlib-7fdba7c74ed2887f0cce09f2cb1a0c88c51d0417.tar.xz
nixlib-7fdba7c74ed2887f0cce09f2cb1a0c88c51d0417.tar.zst
nixlib-7fdba7c74ed2887f0cce09f2cb1a0c88c51d0417.zip
Merge pull request #43834 from ryantm/https2
treewide: http -> https
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/dhcpdump/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/dhcpdump/default.nix b/pkgs/tools/networking/dhcpdump/default.nix
index 91232b4ffa74..af4b03ab700b 100644
--- a/pkgs/tools/networking/dhcpdump/default.nix
+++ b/pkgs/tools/networking/dhcpdump/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "A tool for visualization of DHCP packets as recorded and output by tcpdump to analyze DHCP server responses";
-    homepage = http://packages.ubuntu.com/ru/lucid/dhcpdump;
+    homepage = https://packages.ubuntu.com/ru/lucid/dhcpdump;
     platforms = stdenv.lib.platforms.linux;
   };
 }