summary refs log tree commit diff
path: root/pkgs/development/libraries/fcgi
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-06 11:23:17 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2022-02-06 15:10:35 +0100
commit8520861594c80849a12c54cd43ae5e68b696467d (patch)
tree7c199c30d6a2cd2e9183410098c513d6b66968e6 /pkgs/development/libraries/fcgi
parenta6cfd52714212f1e65801bada3e2ae3de176672e (diff)
downloadnixpkgs-8520861594c80849a12c54cd43ae5e68b696467d.tar
nixpkgs-8520861594c80849a12c54cd43ae5e68b696467d.tar.gz
nixpkgs-8520861594c80849a12c54cd43ae5e68b696467d.tar.bz2
nixpkgs-8520861594c80849a12c54cd43ae5e68b696467d.tar.lz
nixpkgs-8520861594c80849a12c54cd43ae5e68b696467d.tar.xz
nixpkgs-8520861594c80849a12c54cd43ae5e68b696467d.tar.zst
nixpkgs-8520861594c80849a12c54cd43ae5e68b696467d.zip
fcgi: update homepage
Diffstat (limited to 'pkgs/development/libraries/fcgi')
-rw-r--r--pkgs/development/libraries/fcgi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/fcgi/default.nix b/pkgs/development/libraries/fcgi/default.nix
index 1ec666a920c..434d445ceb4 100644
--- a/pkgs/development/libraries/fcgi/default.nix
+++ b/pkgs/development/libraries/fcgi/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A language independent, scalable, open extension to CG";
-    homepage = "http://www.fastcgi.com/";
+    homepage = "https://fastcgi-archives.github.io/"; # Formerly http://www.fastcgi.com/
     license = "FastCGI see LICENSE.TERMS";
     platforms = platforms.all;
   };