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

@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
name = "ntrack-${version}";
src = fetchurl {
url = "http://launchpad.net/ntrack/main/${version}/+download/${name}.tar.gz";
url = "https://launchpad.net/ntrack/main/${version}/+download/${name}.tar.gz";
sha256 = "037ig5y0mp327m0hh4pnfr3vmsk3wrxgfjy3645q4ws9vdhx807w";
};