Treewide: use https for launchpad.net

This commit is contained in:
c0bw3b
2018-11-24 23:47:52 +01:00
parent 5e4ceba7bf
commit adea16b86c
10 changed files with 10 additions and 10 deletions
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
};
nunit2510 = fetchurl {
url = "http://launchpad.net/nunitv2/2.5/2.5.10/+download/NUnit-2.5.10.11092.zip";
url = "https://launchpad.net/nunitv2/2.5/2.5.10/+download/NUnit-2.5.10.11092.zip";
sha256 = "0k5h5bz1p2v3d0w0hpkpbpvdkcszgp8sr9ik498r1bs72w5qlwnc";
};