remove trailing period

This commit is contained in:
Aaron Janse 2020-10-17 00:58:27 -07:00
parent 0ac33bf3f8
commit 7ebcb6ee48

View file

@ -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 ];
};
}