remove trailing period
This commit is contained in:
parent
0ac33bf3f8
commit
7ebcb6ee48
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue