lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cpdf: add license (#43229)

authored by

Jeff Ames and committed by
Jörg Thalheim
5051c68c e9c4179c

+3 -2
+3 -2
pkgs/development/ocaml-modules/cpdf/default.nix
··· 24 24 cp cpdfmanual.pdf $out/share/doc/cpdf/ 25 25 ''; 26 26 27 - meta = { 27 + meta = with stdenv.lib; { 28 28 homepage = https://www.coherentpdf.com/; 29 29 platforms = ocaml.meta.platforms or []; 30 30 description = "PDF Command Line Tools"; 31 - maintainers = with stdenv.lib.maintainers; [ vbgl ]; 31 + license = licenses.unfree; 32 + maintainers = [ maintainers.vbgl ]; 32 33 }; 33 34 }