summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-08-02 12:33:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-08-02 12:33:03 +0300
commit89765e31c5ef4a939683a3b79e8a87fcaae06c18 (patch)
tree7a4e3618ae9d9473b9cb3f50fba4e01b89581db7
parent895905606aa2b26dcfb83ec1df743ca879f44a0d (diff)
Reorder urls/emails in manifest
-rw-r--r--hello/manifest2
-rw-r--r--mhello/manifest2
2 files changed, 2 insertions, 2 deletions
diff --git a/hello/manifest b/hello/manifest
index 8805fb6..89f6c02 100644
--- a/hello/manifest
+++ b/hello/manifest
@@ -10,8 +10,8 @@ libhello library. Its primary goal is to show a canonical build2/bpkg
project/package.
\
url: http://www.example.org/hello
-email: hello-users@example.org
src-url: https://git.build2.org/cgit/hello/hello/tree/hello
+email: hello-users@example.org
build-email: builds@build2.org
requires: c++11
depends: * build2 >= 0.5.0-
diff --git a/mhello/manifest b/mhello/manifest
index 2b60133..fb44668 100644
--- a/mhello/manifest
+++ b/mhello/manifest
@@ -10,8 +10,8 @@ modules using the libhello library. Its primary goal is to show a
canonical build2/bpkg project/package.
\
url: http://www.example.org/mhello
-email: hello-users@example.org
src-url: https://git.build2.org/cgit/hello/hello/tree/mhello
+email: hello-users@example.org
build-email: builds@build2.org
build-exclude: *-msvc_15u0* ; Broken C++ modules support
build-include: *-msvc_15*