treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -73,7 +73,7 @@ buildBazelPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/bazelbuild/bazel-watcher";
|
||||
description = "Tools for building Bazel targets when source files change.";
|
||||
description = "Tools for building Bazel targets when source files change";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user