aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index ccc52a6..908eb81 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -365,6 +365,8 @@ namespace bpkg
butl::optional<text_file> description;
std::vector<text_file> changes;
url_type url;
+ butl::optional<url_type> doc_url;
+ butl::optional<url_type> src_url;
butl::optional<url_type> package_url;
email_type email;
butl::optional<email_type> package_email;