about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-22 03:26:02 +0100
committerGitHub <noreply@github.com>2023-01-22 03:26:02 +0100
commit218c4c526e746305ea3716da818f9d3ea693f4d4 (patch)
tree22a54b9a3df6874de0b81d34ce76aa9c9ec5f851 /pkgs/servers/http
parentc7e15bc3945a5bda04afc6ea365486f868b96eea (diff)
parent65d7e87fdb7ed8305012433753d7012312b95242 (diff)
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/apache-modules/mod_python/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/apache-modules/mod_python/default.nix b/pkgs/servers/http/apache-modules/mod_python/default.nix
index 1b7a7c31d4beb..2f427d170fdf4 100644
--- a/pkgs/servers/http/apache-modules/mod_python/default.nix
+++ b/pkgs/servers/http/apache-modules/mod_python/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     ++ lib.optional stdenv.isDarwin libintl;
 
   meta = with lib; {
-    homepage = "http://modpython.org/";
+    homepage = "https://modpython.org/";
     description = "An Apache module that embeds the Python interpreter within the server";
     platforms = platforms.unix;
     maintainers = with maintainers; [ ];