aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index 01ffa49..9493ee0 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -645,7 +645,8 @@ namespace bpkg
butl::optional<priority_type> priority;
std::string summary;
std::vector<licenses> license_alternatives;
- strings tags;
+ strings topics;
+ strings keywords;
butl::optional<text_file> description;
butl::optional<std::string> description_type;
std::vector<text_file> changes;