pdfshuffler: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-08-06 12:09:23 +02:00
parent 9b16e0e594
commit 2a7f6d6960

View File

@@ -36,5 +36,6 @@ python3Packages.buildPythonApplication rec {
description = "Merge or split pdf documents and rotate, crop and rearrange their pages";
platforms = platforms.linux;
maintainers = with maintainers; [ mic92 ];
license = licenses.gpl3;
};
}