guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: fcgi: Use archived home page fork.


From: Tobias Geerinckx-Rice
Subject: 03/05: gnu: fcgi: Use archived home page fork.
Date: Sat, 11 Nov 2017 21:30:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d1b5043947551db577f22b6adeb2831357408a65
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 11 21:09:10 2017 +0100

    gnu: fcgi: Use archived home page fork.
    
    * gnu/packages/web.scm (fcgi)[home-page]: Use archived version.
---
 gnu/packages/web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 41979f2..170793d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -336,7 +336,7 @@ documentation.")
     (source
      (origin
        (method url-fetch)
-       ;; Upstream has disappeared
+       ;; Upstream has disappeared.
        (uri (string-append "https://sources.archlinux.org/other/packages/fcgi/";
                            "fcgi-" version ".tar.gz"))
        (sha256
@@ -347,7 +347,8 @@ documentation.")
     (build-system gnu-build-system)
     ;; Parallel building is not supported.
     (arguments `(#:parallel-build? #f))
-    (home-page "http://www.fastcgi.com";)
+    ;; This is an archived fork of the original home page, www.fastcgi.com.
+    (home-page "https://fastcgi-archives.github.io/";)
     (synopsis "Language-independent, high-performant extension to CGI")
     (description "FastCGI is a language independent, scalable extension to CGI
 that provides high performance without the limitations of server specific



reply via email to

[Prev in Thread] Current Thread [Next in Thread]