diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-24 16:57:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-24 16:57:05 +0300 |
commit | 1ef24d739720ebc8e47fdf0a1f13a995718adc94 (patch) | |
tree | e94af5ce79224102c6e27c2191cf0b069a7bc1b9 | |
parent | 1c2b2a096c1808a39c14649bd04980b4ca845091 (diff) |
Add build-email value to manifest file
-rw-r--r-- | manifest | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ summary: Zero-dependencies "Hello World" program license: public-domain url: http://example.org/hello0 email: hello0@example.org +build-email: builds@build2.org requires: c++11 depends: * build2 >= 0.4.0 depends: * bpkg >= 0.4.0 |