gnu: fcgi: Use archived home page fork.
* gnu/packages/web.scm (fcgi)[home-page]: Use archived version.
This commit is contained in:
parent
9c2917f9e7
commit
d1b5043947
1 changed files with 3 additions and 2 deletions
|
@ -336,7 +336,7 @@ documentation.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; Upstream has disappeared
|
;; Upstream has disappeared.
|
||||||
(uri (string-append "https://sources.archlinux.org/other/packages/fcgi/"
|
(uri (string-append "https://sources.archlinux.org/other/packages/fcgi/"
|
||||||
"fcgi-" version ".tar.gz"))
|
"fcgi-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -347,7 +347,8 @@ documentation.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; Parallel building is not supported.
|
;; Parallel building is not supported.
|
||||||
(arguments `(#:parallel-build? #f))
|
(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")
|
(synopsis "Language-independent, high-performant extension to CGI")
|
||||||
(description "FastCGI is a language independent, scalable extension to CGI
|
(description "FastCGI is a language independent, scalable extension to CGI
|
||||||
that provides high performance without the limitations of server specific
|
that provides high performance without the limitations of server specific
|
||||||
|
|
Reference in a new issue