cpdf: add license (#43229)

This commit is contained in:
Jeff Ames 2018-07-08 17:11:19 -04:00 committed by Jörg Thalheim
parent e9c4179c3f
commit 5051c68c73

View File

@ -24,10 +24,11 @@ stdenv.mkDerivation {
cp cpdfmanual.pdf $out/share/doc/cpdf/
'';
meta = {
meta = with stdenv.lib; {
homepage = https://www.coherentpdf.com/;
platforms = ocaml.meta.platforms or [];
description = "PDF Command Line Tools";
maintainers = with stdenv.lib.maintainers; [ vbgl ];
license = licenses.unfree;
maintainers = [ maintainers.vbgl ];
};
}