diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-12 13:57:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-12 14:00:28 +0300 |
commit | 20a456e33222ed31008db3c328f1e10c212acf00 (patch) | |
tree | 49656edebb9e6ad6bb139d46d52a8c45c6e2af65 /libbrep/package.cxx | |
parent | a259cbd13dcf9a25fdd758fc18f7611e1ac404f6 (diff) |
Make project url and email optional in package manifest
Diffstat (limited to 'libbrep/package.cxx')
-rw-r--r-- | libbrep/package.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/package.cxx b/libbrep/package.cxx index 7d94422..3e457b2 100644 --- a/libbrep/package.cxx +++ b/libbrep/package.cxx @@ -55,11 +55,11 @@ namespace brep strings tg, optional<string> ds, string ch, - url_type ur, + optional<url_type> ur, optional<url_type> du, optional<url_type> su, optional<url_type> pu, - email_type em, + optional<email_type> em, optional<email_type> pe, optional<email_type> be, dependencies_type dp, |