remove trailing period
This commit is contained in:
parent
0ac33bf3f8
commit
7ebcb6ee48
|
@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Test for using custom sysroots with buildRustPackage.";
|
description = "Test for using custom sysroots with buildRustPackage";
|
||||||
maintainers = with maintainers; [ aaronjanse ];
|
maintainers = with maintainers; [ aaronjanse ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue