From 003a4d697b9944602418fca8c82fa244433512ea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Feb 2016 21:40:03 +0200 Subject: Support comment in the repository email manifest value --- bpkg/manifest | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bpkg/manifest') diff --git a/bpkg/manifest b/bpkg/manifest index 6e42085..29ba6fe 100644 --- a/bpkg/manifest +++ b/bpkg/manifest @@ -523,13 +523,15 @@ namespace bpkg class repository_manifest { public: + using email_type = bpkg::email; + repository_location location; butl::optional role; // The following values may only be present for the base repository. // butl::optional url; - butl::optional email; + butl::optional email; butl::optional summary; butl::optional description; -- cgit v1.1