about summary refs log tree commit diff
path: root/pkgs/applications/science/physics/dawncut/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/physics/dawncut/default.nix')
-rw-r--r--pkgs/applications/science/physics/dawncut/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/physics/dawncut/default.nix b/pkgs/applications/science/physics/dawncut/default.nix
index 5c17837d2e952..2c1b987848810 100644
--- a/pkgs/applications/science/physics/dawncut/default.nix
+++ b/pkgs/applications/science/physics/dawncut/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "A tool to generate a 3D scene data clipped with an arbitrary plane";
+    description = "Tool to generate a 3D scene data clipped with an arbitrary plane";
     license = licenses.unfree;
     homepage = "https://geant4.kek.jp/~tanaka/DAWN/About_DAWNCUT.html";
     platforms = platforms.unix;