Merge remote-tracking branch 'upstream/master' into HEAD

This commit is contained in:
Frederik Rietdijk
2017-08-14 09:34:10 +02:00
270 changed files with 1294 additions and 449 deletions

View File

@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://curl.haxx.se/docs/caextract.html;
homepage = https://curl.haxx.se/docs/caextract.html;
description = "A bundle of X.509 certificates of public Certificate Authorities (CA)";
platforms = platforms.all;
maintainers = with maintainers; [ wkennington fpletz ];