summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-11-11 21:09:10 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-11-12 03:25:48 +0100
commitd1b5043947551db577f22b6adeb2831357408a65 (patch)
tree6ed5ed61a156777cc3f8ea2af1022e3dfa91570e /gnu/packages/web.scm
parent9c2917f9e7ea1bbd12e671455d18396e543117c4 (diff)
gnu: fcgi: Use archived home page fork.
* gnu/packages/web.scm (fcgi)[home-page]: Use archived version.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 41979f2e2a..170793de2c 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