From a1d711c92e119f6b5b8e99a620cdba92a4ca3bfb Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Sun, 21 Apr 2024 12:04:26 +0800 Subject: gnu: blender: Fix url. * gnu/packages/graphics.scm (blender): Add www to url. Change-Id: I0d1e84f59d2ac0d0e9c72a5857afefc05d161eac --- gnu/packages/graphics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 23f0e54b34..ca2d74224f 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -590,7 +590,7 @@ typically encountered in feature film production.") tbb zlib `(,zstd "lib"))) - (home-page "https://blender.org/") + (home-page "https://www.blender.org/") (synopsis "3D graphics creation suite") (description "Blender is a 3D graphics creation suite. It supports the entirety of -- cgit v1.2.3