podofo: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-25 22:22:03 +02:00
parent 78b12734ee
commit 91eea7482d
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 3 additions and 3 deletions

View File

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