diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-02-09 17:22:26 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-02-09 17:22:26 +0100 |
commit | 0d79e82acc28afdfc0881d0375ea168882a05312 (patch) | |
tree | 1dce222ddb64d040c0e904d093b50e0c0f60b0d3 | |
parent | 371ca8ca8665a470260416e7b9f954e0bf96e7fa (diff) | |
download | patches-0d79e82acc28afdfc0881d0375ea168882a05312.tar patches-0d79e82acc28afdfc0881d0375ea168882a05312.tar.gz |
gnu: djview: Fix home-page.
* gnu/packages/djvu.scm (djview)[home-page]: Point specifically to the project
home-page.
-rw-r--r-- | gnu/packages/djvu.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/djvu.scm b/gnu/packages/djvu.scm index 7dd08fcbe6..1fb5b5267e 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. |