about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/graphics/unigine-tropics/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/graphics/unigine-tropics/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/graphics/unigine-tropics/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/graphics/unigine-tropics/default.nix b/nixpkgs/pkgs/applications/graphics/unigine-tropics/default.nix
index f75aa81e45f5..6053db7a3f6e 100644
--- a/nixpkgs/pkgs/applications/graphics/unigine-tropics/default.nix
+++ b/nixpkgs/pkgs/applications/graphics/unigine-tropics/default.nix
@@ -86,7 +86,7 @@ stdenv.mkDerivation {
   dontUnpack = true;
 
   meta = {
-    description = "The Unigine Heaven GPU benchmarking tool";
+    description = "Unigine Heaven GPU benchmarking tool";
     homepage = "https://benchmark.unigine.com/tropics";
     sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
     license = lib.licenses.unfree;