guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: doxygen: Update home page and source URI.


From: guix-commits
Subject: 09/09: gnu: doxygen: Update home page and source URI.
Date: Wed, 13 Feb 2019 18:19:19 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 58c6a93d9d60660d8425d8c52d4b73a42d4a5b55
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 13 20:24:06 2019 +0100

    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.
---
 gnu/packages/documentation.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

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



reply via email to

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