treewide: http -> https

This commit is contained in:
Ryan Mulligan
2018-07-19 18:12:04 -07:00
parent 394ef82451
commit df8062c45b
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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;
};
}