summary refs log tree commit diff
path: root/pkgs/servers/http/spawn-fcgi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/spawn-fcgi/default.nix')
-rw-r--r--pkgs/servers/http/spawn-fcgi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/spawn-fcgi/default.nix b/pkgs/servers/http/spawn-fcgi/default.nix
index d118e8af66d..c24b0b4c1a9 100644
--- a/pkgs/servers/http/spawn-fcgi/default.nix
+++ b/pkgs/servers/http/spawn-fcgi/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage    = "http://redmine.lighttpd.net/projects/spawn-fcgi";
+    homepage    = "https://redmine.lighttpd.net/projects/spawn-fcgi";
     description = "Provides an interface to external programs that support the FastCGI interface";
     license     = licenses.bsd3;
     maintainers = with maintainers; [ cstrahan ];