Treewide: use https for src.fedoraproject.org

This commit is contained in:
c0bw3b
2018-11-24 23:53:27 +01:00
parent adea16b86c
commit dd3e576654
12 changed files with 14 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
md5_path = "f6d33a8362dee358517d0a9e2ebdd044";
src = pkgs.fetchurl rec {
url = "http://src.fedoraproject.org/repo/pkgs/python-pyblock/"
url = "https://src.fedoraproject.org/repo/pkgs/python-pyblock/"
+ "${name}.tar.bz2/${md5_path}/${name}.tar.bz2";
sha256 = "f6cef88969300a6564498557eeea1d8da58acceae238077852ff261a2cb1d815";
};