Merge pull request #109587 from LeSuisse/djvu2pdf-fix-broken-homepage-url

djvu2pdf: fix broken homepage URL
This commit is contained in:
Sandro 2021-01-17 16:27:09 +01:00 committed by GitHub
commit d4682547f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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