cpdf: add license (#43229)

wip/yesman
Jeff Ames 6 years ago committed by Jörg Thalheim
parent e9c4179c3f
commit 5051c68c73
  1. 5
      pkgs/development/ocaml-modules/cpdf/default.nix

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

Loading…
Cancel
Save