djvu2pdf: fix broken homepage URL

Also updated to the appropriate license.
This commit is contained in:
Thomas Gerbet 2021-01-17 00:56:33 +01:00
parent e1545d42aa
commit 7d886df96d

View file

@ -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;
};
}