Merge pull request #109587 from LeSuisse/djvu2pdf-fix-broken-homepage-url
djvu2pdf: fix broken homepage URL
This commit is contained in:
commit
d4682547f8
@ -22,9 +22,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Convert DjVu files to PDF files";
|
||||
homepage = "https://0x2a.at/s/projects/djvu2pdf";
|
||||
license = lib.licenses.gpl2;
|
||||
homepage = "https://0x2a.at/site/projects/djvu2pdf/";
|
||||
license = lib.licenses.gpl1Only;
|
||||
platforms = lib.platforms.all;
|
||||
inherit version;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user