treewide: http -> https sources (#42676)

* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
This commit is contained in:
Silvan Mosberger
2018-06-28 20:43:35 +02:00
committed by xeji
parent 9fb3a04761
commit 57bccb3cb8
606 changed files with 627 additions and 627 deletions
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
name = "cairomm-${ver_maj}.${ver_min}";
src = fetchurl {
url = "http://www.cairographics.org/releases/${name}.tar.gz";
url = "https://www.cairographics.org/releases/${name}.tar.gz";
# gnome doesn't have the latest version ATM; beware: same name but different hash
# url = "mirror://gnome/sources/cairomm/${ver_maj}/${name}.tar.xz";
sha256 = "16fmigxsaz85c3lgcls7biwyz8zy8c8h3jndfm54cxxas3a7zi25";