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

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
patches = stdenv.lib.singleton (fetchurl {
name = "libnotify07.patch";
url = "http://src.fedoraproject.org/cgit/notify-python.git/plain/"
url = "https://src.fedoraproject.org/cgit/notify-python.git/plain/"
+ "libnotify07.patch?id2=289573d50ae4838a1658d573d2c9f4c75e86db0c";
sha256 = "1lqdli13mfb59xxbq4rbq1f0znh6xr17ljjhwmzqb79jl3dig12z";
});