pdfmod: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-06 12:07:14 +02:00
parent f7be21f4c9
commit 9b16e0e594
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
description = "A simple application for modifying PDF documents";
platforms = platforms.all;
maintainers = with maintainers; [ obadz ];
license = licenses.gpl2Plus;
};
}