podofo: add licenses

wip/yesman
Markus Kowalewski 6 years ago
parent 78b12734ee
commit 91eea7482d
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 6
      pkgs/development/libraries/podofo/default.nix

@ -37,10 +37,10 @@ stdenv.mkDerivation rec {
done
'';
meta = {
meta = with stdenv.lib; {
homepage = http://podofo.sourceforge.net;
description = "A library to work with the PDF file format";
platforms = stdenv.lib.platforms.all;
maintainers = [ ];
platforms = platforms.all;
license = with licenses; [ gpl2 lgpl2 ];
};
}

Loading…
Cancel
Save