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 @@ buildPythonPackage rec {
md5_path = "d249f60aa89b1b4facd63f776925116d";
src = fetchurl rec {
url = "http://src.fedoraproject.org/repo/pkgs/pykickstart/"
url = "https://src.fedoraproject.org/repo/pkgs/pykickstart/"
+ "${pname}-${version}.tar.gz/${md5_path}/${pname}-${version}.tar.gz";
sha256 = "e0d0f98ac4c5607e6a48d5c1fba2d50cc804de1081043f9da68cbfc69cad957a";
};