3
0
Fork 0
forked from mirrors/nixpkgs

processing: fix homepage

This commit is contained in:
Cillian de Róiste 2017-08-03 21:35:49 +02:00
parent 09f2e20a79
commit feb7d844f8

View file

@ -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;