about summary refs log tree commit diff
path: root/pkgs/by-name/ld/ldc/bootstrap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ld/ldc/bootstrap.nix')
-rw-r--r--pkgs/by-name/ld/ldc/bootstrap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ld/ldc/bootstrap.nix b/pkgs/by-name/ld/ldc/bootstrap.nix
index 4355277e8863b..2a23e755c7cf6 100644
--- a/pkgs/by-name/ld/ldc/bootstrap.nix
+++ b/pkgs/by-name/ld/ldc/bootstrap.nix
@@ -40,7 +40,7 @@ in stdenv.mkDerivation {
   '';
 
   meta = with lib; {
-    description = "The LLVM-based D Compiler";
+    description = "LLVM-based D Compiler";
     homepage = "https://github.com/ldc-developers/ldc";
     # from https://github.com/ldc-developers/ldc/blob/master/LICENSE
     license = with licenses; [ bsd3 boost mit ncsa gpl2Plus ];