aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-29 09:27:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-29 09:27:29 +0200
commit365e61d0c072fd53ac704fa40e2259350b4f1198 (patch)
treed64a14314f666325a16c82ed52bd00dc3b7aec8c
parentb39e27a9f1ab04cb67ffad1d2c7e7ae089d5e8c4 (diff)
Minor terminology update (package/project dependency manager)
-rw-r--r--README4
-rw-r--r--manifest4
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 6e3cc71..867dda4 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-This package contains the build2 package manager library.
+This package contains the build2 package dependency manager library.
build2 is an open source, cross-platform toolchain for building and packaging
-C++ code. Its aim is a modern build system and package manager for the C++
+C++ code. Its aim is a modern build system and dependency manager for the C++
language that provide a consistent, out of the box interface across multiple
platforms and compilers. For more information see:
diff --git a/manifest b/manifest
index d235b6e..501bae4 100644
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
: 1
name: libbpkg
version: 0.7.0-a.0.z
-summary: build2 package manager library
+summary: build2 package dependency manager library
license: MIT
-tags: build2, bpkg, package, manager
+tags: build2, bpkg, package, dependency, manager
description-file: README
changes-file: NEWS
url: https://build2.org