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
@@ -30,7 +30,7 @@ in stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = http://packages.ubuntu.com/source/zesty/kmod;
homepage = https://packages.ubuntu.com/source/zesty/kmod;
description = "Linux kernel module blacklists from Ubuntu";
platforms = platforms.linux;
};