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

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.13";
src = fetchurl {
url = "http://launchpad.net/fatrace/trunk/${version}/+download/${name}.tar.bz2";
url = "https://launchpad.net/fatrace/trunk/${version}/+download/${name}.tar.bz2";
sha256 = "0hrh45bpzncw0jkxw3x2smh748r65k2yxvfai466043bi5q0d2vx";
};