djvu2pdf: fix broken homepage URL
Also updated to the appropriate license.
This commit is contained in:
parent
e1545d42aa
commit
7d886df96d
|
@ -22,9 +22,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Convert DjVu files to PDF files";
|
description = "Convert DjVu files to PDF files";
|
||||||
homepage = "https://0x2a.at/s/projects/djvu2pdf";
|
homepage = "https://0x2a.at/site/projects/djvu2pdf/";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl1Only;
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue