diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-31 16:13:00 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-31 16:13:00 -0400 |
commit | 6af4cb30d30b7426e7c56a274f1a91cf15824559 (patch) | |
tree | 1c900f287bda5a9e7035ec74bf365ff84964ec5f /gnu/packages/graphics.scm | |
parent | ee825b5d0f403218771ade266cf191e424c66b4b (diff) | |
download | patches-6af4cb30d30b7426e7c56a274f1a91cf15824559.tar patches-6af4cb30d30b7426e7c56a274f1a91cf15824559.tar.gz |
gnu: blender: Remove stale warning about it being an RC build.
This is a followup to commit 274ba54e535b811acca02e42cffd45f0f625d142.
* gnu/packages/graphics.scm (blender)[description]: Remove warning.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r-- | gnu/packages/graphics.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index f5c57464f5..bc3a418e99 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -160,9 +160,7 @@ "Blender is a 3D graphics creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation. The -application can be customized via its API for Python scripting. - -WARNING: This is a release candidate build of Blender.") +application can be customized via its API for Python scripting.") (license license:gpl2+))) (define-public blender-2.79 |