processing: add license
This commit is contained in:
parent
b63cd192fe
commit
ef9c1d612d
@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A language and IDE for electronic arts";
|
description = "A language and IDE for electronic arts";
|
||||||
homepage = http://processing.org;
|
homepage = http://processing.org;
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user