guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: djview: Fix home-page.


From: guix-commits
Subject: branch master updated: gnu: djview: Fix home-page.
Date: Sun, 09 Feb 2020 11:23:14 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0d79e82  gnu: djview: Fix home-page.
0d79e82 is described below

commit 0d79e82acc28afdfc0881d0375ea168882a05312
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun Feb 9 17:22:26 2020 +0100

    gnu: djview: Fix home-page.
    
    * gnu/packages/djvu.scm (djview)[home-page]: Point specifically to the 
project
    home-page.
---
 gnu/packages/djvu.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/djvu.scm b/gnu/packages/djvu.scm
index 7dd08fc..1fb5b52 100644
--- a/gnu/packages/djvu.scm
+++ b/gnu/packages/djvu.scm
@@ -87,7 +87,7 @@ utilities.")
              (substitute* "desktopfiles/djvulibre-djview4.desktop"
                (("Exec=djview4 %f") "Exec=djview %f"))
              #t)))))
-    (home-page "http://djvu.sourceforge.net/";)
+    (home-page "http://djvu.sourceforge.net/djview4.html";)
     (synopsis "Viewer for the DjVu image format")
     (description "DjView is a standalone viewer for DjVu files.
 



reply via email to

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