dillo: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 16:24:34 +02:00
parent 71caa7c54a
commit 5e493c9475
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
'';
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
license = licenses.gpl3;
};
}