forked from mirrors/nixpkgs
processing: fix homepage
This commit is contained in:
parent
09f2e20a79
commit
feb7d844f8
|
@ -31,7 +31,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 = https://processing.org;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
Loading…
Reference in a new issue