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

@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
version = "111";
src = fetchurl {
url = "http://launchpad.net/ecryptfs/trunk/${version}/+download/ecryptfs-utils_${version}.orig.tar.gz";
url = "https://launchpad.net/ecryptfs/trunk/${version}/+download/ecryptfs-utils_${version}.orig.tar.gz";
sha256 = "0zwq19siiwf09h7lwa7n7mgmrr8cxifp45lmwgcfr8c1gviv6b0i";
};