diff options
author | Zheng Junjie <[email protected]> | 2024-04-21 12:04:26 +0800 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2024-04-21 12:09:33 +0800 |
commit | a1d711c92e119f6b5b8e99a620cdba92a4ca3bfb (patch) | |
tree | 9d000dc54b43ad2761eabcf0f97d1760407a2172 /gnu | |
parent | 1d6811cec316910c360aa3bedbb3fc1b68e7000e (diff) |
gnu: blender: Fix url.
* gnu/packages/graphics.scm (blender): Add www to url.
Change-Id: I0d1e84f59d2ac0d0e9c72a5857afefc05d161eac
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |