gnu: doxygen: Update home page and source URI.

* gnu/packages/documentation.scm (doxygen)[home-page]: Change to
<http://www.doxygen.nl>.
[source](uri): Likewise.  Add sourceforge mirror.
This commit is contained in:
Marius Bakke 2019-02-13 20:24:06 +01:00
parent fe04988953
commit 58c6a93d9d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

@ -124,10 +124,14 @@ markup) can be customized and extended by the user.")
(package (package
(name "doxygen") (name "doxygen")
(version "1.8.14") (version "1.8.14")
(home-page "http://www.doxygen.nl/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://ftp.stack.nl/pub/users/dimitri/" (uri (list (string-append home-page "files/doxygen-"
name "-" version ".src.tar.gz")) version ".src.tar.gz")
(string-append "mirror://sourceforge/doxygen/rel-"
version "/doxygen-" version
".src.tar.gz")))
(sha256 (sha256
(base32 (base32
"0kcxymbam9jwiyjwyvwdjj0h74lbb6c467szsipzbxjyfl17wxfi")) "0kcxymbam9jwiyjwyvwdjj0h74lbb6c467szsipzbxjyfl17wxfi"))
@ -150,7 +154,6 @@ markup) can be customized and extended by the user.")
(string-append (string-append
(assoc-ref inputs "bash") "/bin/sh"))) (assoc-ref inputs "bash") "/bin/sh")))
#t))))) #t)))))
(home-page "http://www.stack.nl/~dimitri/doxygen/")
(synopsis "Generate documentation from annotated sources") (synopsis "Generate documentation from annotated sources")
(description "Doxygen is the de facto standard tool for generating (description "Doxygen is the de facto standard tool for generating
documentation from annotated C++ sources, but it also supports other popular documentation from annotated C++ sources, but it also supports other popular