about summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/rust-sysroot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/test/rust-sysroot/default.nix b/pkgs/test/rust-sysroot/default.nix
index 10b37278af9a..dd10807e3aae 100644
--- a/pkgs/test/rust-sysroot/default.nix
+++ b/pkgs/test/rust-sysroot/default.nix
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
     doCheck = false; 
 
     meta = with lib; {
-        description = "Test for using custom sysroots with buildRustPackage.";
+        description = "Test for using custom sysroots with buildRustPackage";
         maintainers = with maintainers; [ aaronjanse ];
     };
 }