processing: add license

This commit is contained in:
Cillian de Róiste 2014-08-30 19:53:47 +02:00
parent b63cd192fe
commit ef9c1d612d

View file

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A language and IDE for electronic arts";
homepage = http://processing.org;
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
};