treewide: remove periods from end of package descriptions

This commit is contained in:
Ben Siraphob
2020-10-25 20:13:18 +07:00
parent aa7977af2c
commit c98962e1a3
9 changed files with 11 additions and 11 deletions

View File

@@ -110,8 +110,7 @@ in runCommand drvName {
allowSubstitutes = false;
passthru = { unwrapped = flutter; };
meta = with stdenv.lib; {
description =
"Flutter is Google's SDK for building mobile, web and desktop with Dart.";
description = "Flutter is Google's SDK for building mobile, web and desktop with Dart";
longDescription = ''
Flutter is Googles UI toolkit for building beautiful,
natively compiled applications for mobile, web, and desktop from a single codebase.