summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-08-02 12:37:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-08-02 12:37:56 +0300
commitbed72679f20465b9d382b74060e74bcf72cacb85 (patch)
treef80629e866183621d03071524b8be05f936bd244
parent4a73b4312c7717c71a1497b56e44c81d76e0105a (diff)
Reorder urls/emails in manifest
-rw-r--r--libhello/manifest2
-rw-r--r--libmhello/manifest2
2 files changed, 2 insertions, 2 deletions
diff --git a/libhello/manifest b/libhello/manifest
index 8c7b10b..d314291 100644
--- a/libhello/manifest
+++ b/libhello/manifest
@@ -9,8 +9,8 @@ A simple library that implements the "Hello World" example in C++. Its primary
goal is to show a canonical build2/bpkg project/package.
\
url: http://www.example.org/libhello
-email: hello-users@example.org
src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello?h=1.0
+email: hello-users@example.org
build-email: builds@build2.org
requires: c++11
depends: * build2 >= 0.5.0-
diff --git a/libmhello/manifest b/libmhello/manifest
index 641cb54..0d83311 100644
--- a/libmhello/manifest
+++ b/libmhello/manifest
@@ -9,8 +9,8 @@ A simple library that implements the "Hello World" example in C++ with
modules. Its primary goal is to show a canonical build2/bpkg project/package.
\
url: http://www.example.org/libmhello
-email: hello-users@example.org
src-url: https://git.build2.org/cgit/hello/libhello/tree/libmhello?h=1.0
+email: hello-users@example.org
build-email: builds@build2.org
build-exclude: *-msvc_15u0* ; Broken C++ modules support
build-include: *-msvc_15*