summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-08-02 12:34:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-08-02 12:34:18 +0300
commit793a2e3851751505cec9573651ba58cfae582fae (patch)
treeed643ab3d35f305f2cb13a02f565cbfdeb277d6c
parentc2e470cab7c8f95657864eefc9f3e193c17a01ef (diff)
Reorder urls/emails in manifest
-rw-r--r--libformat/manifest2
-rw-r--r--libmformat/manifest2
2 files changed, 2 insertions, 2 deletions
diff --git a/libformat/manifest b/libformat/manifest
index 1b8beb0..5c2ab53 100644
--- a/libformat/manifest
+++ b/libformat/manifest
@@ -8,8 +8,8 @@ description: \
A simple library that implements the "Hello World" formatting in C++.
\
url: http://www.example.org/libformat
-email: hello-users@example.org
src-url: https://git.build2.org/cgit/hello/libformat/tree/libformat
+email: hello-users@example.org
build-email: builds@build2.org
requires: c++11
depends: * build2 >= 0.5.0-
diff --git a/libmformat/manifest b/libmformat/manifest
index eb6439d..7f7d248 100644
--- a/libmformat/manifest
+++ b/libmformat/manifest
@@ -9,8 +9,8 @@ A simple library that implements the "Hello World" formatting in C++ with
modules.
\
url: http://www.example.org/libmformat
-email: hello-users@example.org
src-url: https://git.build2.org/cgit/hello/libformat/tree/libmformat
+email: hello-users@example.org
build-email: builds@build2.org
build-exclude: *-msvc_15u0* ; Broken C++ modules support
build-include: *-msvc_15*