summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorhqurve <hqurve@outlook.com>2021-07-30 11:28:58 -0400
committerhqurve <hqurve@outlook.com>2021-07-30 11:28:58 -0400
commit0312e69de4f908ff20f67176d7eaa8849059182a (patch)
treeb2763ca300691623582bd044b3d2e6d7540c7d0b /pkgs/tools/typesetting
parent8a2f376b83dc55be7bd196820ebaf9a08417a480 (diff)
pdfchain: fix license
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/pdfchain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/pdfchain/default.nix b/pkgs/tools/typesetting/pdfchain/default.nix
index 09122d60bc0d..84ed38b3836d 100644
--- a/pkgs/tools/typesetting/pdfchain/default.nix
+++ b/pkgs/tools/typesetting/pdfchain/default.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A graphical user interface for the PDF Toolkit (PDFtk)";
homepage = "https://pdfchain.sourceforge.io";
- license = licenses.gpl3Only;
+ license = licenses.gpl3Plus;
maintainers = with maintainers; [ hqurve ];
platforms = platforms.linux;
};