Merge pull request #43834 from ryantm/https2

treewide: http -> https
This commit is contained in:
Graham Christensen
2018-07-19 21:31:36 -04:00
committed by GitHub
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;
};