treewide: http to https

This commit is contained in:
Ryan Mulligan
2018-04-30 21:39:20 -07:00
parent 47b25136b1
commit 038a0c9a60
41 changed files with 50 additions and 50 deletions
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A library of simple functions that are optimized for various CPUs";
homepage = http://liboil.freedesktop.org;
homepage = https://liboil.freedesktop.org;
license = licenses.bsd2;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.all;