treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -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 Google’s UI toolkit for building beautiful,
|
||||
natively compiled applications for mobile, web, and desktop from a single codebase.
|
||||
|
||||
Reference in New Issue
Block a user