From 8fe369a00e4c230f10611361942086709e2d4f1b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 12 Jun 2018 13:49:29 +0300 Subject: Make project url and email optional in package manifest --- libbpkg/manifest.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbpkg/manifest.hxx') diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx index 82e580d..5e7a748 100644 --- a/libbpkg/manifest.hxx +++ b/libbpkg/manifest.hxx @@ -394,11 +394,11 @@ namespace bpkg strings tags; butl::optional description; std::vector changes; - url_type url; + butl::optional url; butl::optional doc_url; butl::optional src_url; butl::optional package_url; - email_type email; + butl::optional email; butl::optional package_email; butl::optional build_email; std::vector dependencies; -- cgit v1.1