guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: blender: Fix url.


From: guix-commits
Subject: 02/02: gnu: blender: Fix url.
Date: Sun, 21 Apr 2024 03:27:18 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit a1d711c92e119f6b5b8e99a620cdba92a4ca3bfb
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Apr 21 12:04:26 2024 +0800

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]