mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: djview: Fix home-page.
* gnu/packages/djvu.scm (djview)[home-page]: Point specifically to the project home-page.
This commit is contained in:
parent
371ca8ca86
commit
0d79e82acc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue