diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-30 18:42:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-30 18:42:26 +0300 |
commit | 44c910d71f305be1a73889d26c09273e07da6d23 (patch) | |
tree | 8675d492f0d6ddbdf8458f71770d05dc70819a10 | |
parent | 5377ba48066d7bf3e2e1d74b1577094d505bff3b (diff) |
Add src-url manifest value
-rw-r--r-- | hello0/manifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hello0/manifest b/hello0/manifest index f40b09e..a88c01e 100644 --- a/hello0/manifest +++ b/hello0/manifest @@ -5,6 +5,7 @@ summary: Zero-dependencies "Hello World" program license: public-domain url: http://example.org/hello0 email: hello0@example.org +src-url: https://git.build2.org/cgit/hello/hello0/tree/hello0 build-email: builds@build2.org requires: c++11 depends: * build2 >= 0.5.0- |