diff options
-rw-r--r-- | dev-util/bazel/metadata.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/bazel/metadata.xml b/dev-util/bazel/metadata.xml index 518e125be253..33d6c739e338 100644 --- a/dev-util/bazel/metadata.xml +++ b/dev-util/bazel/metadata.xml @@ -11,13 +11,13 @@ <remote-id type="github">bazelbuild/bazel</remote-id> </upstream> <longdescription> - Bazel is Google's own build tool. Bazel has built-in support for - building both client and server software, including client - applications for both Android and iOS platforms. It also provides - an extensible framework that you can use to develop your own build - rules. + Bazel is Google's own build tool. Bazel has built-in support for + building both client and server software, including client + applications for both Android and iOS platforms. It also provides + an extensible framework that you can use to develop your own build + rules. </longdescription> <use> - <flag name="tools">Install extra bazel tools to build from sources</flag> + <flag name="tools">Install extra bazel tools to build from sources</flag> </use> </pkgmetadata> |