about summary refs log tree commit diff
path: root/pkgs/applications/misc/blender
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2017-08-03 20:34:18 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2017-08-03 23:03:03 +0200
commit8fb5217cf736e0f5bd08dc4b1705592e5918bad5 (patch)
treeb2ef419631e3d97bbf302743c2be89f85d75fda5 /pkgs/applications/misc/blender
parent475c303e9155e385178a2baec0e88a7e27b3f39c (diff)
blender metadata: fix homepage
Diffstat (limited to 'pkgs/applications/misc/blender')
-rw-r--r--pkgs/applications/misc/blender/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/blender/default.nix b/pkgs/applications/misc/blender/default.nix
index 335d0031b32c9..b831924d9cdfa 100644
--- a/pkgs/applications/misc/blender/default.nix
+++ b/pkgs/applications/misc/blender/default.nix
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "3D Creation/Animation/Publishing System";
-    homepage = http://www.blender.org;
+    homepage = https://www.blender.org;
     # They comment two licenses: GPLv2 and Blender License, but they
     # say: "We've decided to cancel the BL offering for an indefinite period."
     license = licenses.gpl2Plus;