diff --git a/pkgs/test/rust-sysroot/default.nix b/pkgs/test/rust-sysroot/default.nix index 10b37278af9..dd10807e3aa 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 ]; }; }