Treewide: use HTTPS on NonGNU domains

This commit is contained in:
c0bw3b
2018-12-02 15:21:04 +01:00
parent 947be9e992
commit a04a512f34
48 changed files with 54 additions and 54 deletions
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
name = "libnih-${version}";
src = fetchurl {
url = "http://code.launchpad.net/libnih/1.0/${version}/+download/libnih-${version}.tar.gz";
url = "https://code.launchpad.net/libnih/1.0/${version}/+download/libnih-${version}.tar.gz";
sha256 = "01glc6y7z1g726zwpvp2zm79pyb37ki729jkh45akh35fpgp4xc9";
};