From bac4d95aa2a92be7049dedafb8ec76606f79d8a2 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Mon, 22 Apr 2019 10:14:28 +0200 Subject: treewide: Change URLs to HTTPS Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004 --- pkgs/development/interpreters/php/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/interpreters/php') diff --git a/pkgs/development/interpreters/php/default.nix b/pkgs/development/interpreters/php/default.nix index 0b6611f1605..97aa610273b 100644 --- a/pkgs/development/interpreters/php/default.nix +++ b/pkgs/development/interpreters/php/default.nix @@ -231,13 +231,13 @@ let ''; src = fetchurl { - url = "http://www.php.net/distributions/php-${version}.tar.bz2"; + url = "https://www.php.net/distributions/php-${version}.tar.bz2"; inherit sha256; }; meta = with stdenv.lib; { description = "An HTML-embedded scripting language"; - homepage = http://www.php.net/; + homepage = https://www.php.net/; license = licenses.php301; maintainers = with maintainers; [ globin etu ]; platforms = platforms.all; -- cgit 1.4.1