about summary refs log tree commit diff
path: root/pkgs/applications/graphics/processing
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2017-08-03 21:35:49 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2017-08-03 23:03:04 +0200
commitfeb7d844f836c4a83e822aa1637deb829d604c39 (patch)
treec6fc8f2cb08be91dfddb2cd3e7d3aba82a5750ad /pkgs/applications/graphics/processing
parent09f2e20a796edfbf7b3803ef4d72376fccacad5b (diff)
downloadnixlib-feb7d844f836c4a83e822aa1637deb829d604c39.tar
nixlib-feb7d844f836c4a83e822aa1637deb829d604c39.tar.gz
nixlib-feb7d844f836c4a83e822aa1637deb829d604c39.tar.bz2
nixlib-feb7d844f836c4a83e822aa1637deb829d604c39.tar.lz
nixlib-feb7d844f836c4a83e822aa1637deb829d604c39.tar.xz
nixlib-feb7d844f836c4a83e822aa1637deb829d604c39.tar.zst
nixlib-feb7d844f836c4a83e822aa1637deb829d604c39.zip
processing: fix homepage
Diffstat (limited to 'pkgs/applications/graphics/processing')
-rw-r--r--pkgs/applications/graphics/processing/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/processing/default.nix b/pkgs/applications/graphics/processing/default.nix
index a66e91631422..12ff5c772402 100644
--- a/pkgs/applications/graphics/processing/default.nix
+++ b/pkgs/applications/graphics/processing/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A language and IDE for electronic arts";
-    homepage = http://processing.org;
+    homepage = https://processing.org;
     license = licenses.gpl2Plus;
     maintainers = [ maintainers.goibhniu ];
     platforms = platforms.linux;