treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
|
||||
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Create beautiful image of your source code.";
|
||||
description = "Create beautiful image of your source code";
|
||||
homepage = "https://github.com/Aloxaf/silicon";
|
||||
license = with licenses; [ mit /* or */ asl20 ];
|
||||
maintainers = with maintainers; [ evanjs ];
|
||||
|
||||
Reference in New Issue
Block a user