summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-05 16:07:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-05 16:07:37 +0200
commitf6f9b5e53ccf30fc93c1beb9a1c7d77aafeeac6a (patch)
tree3f82ba0123957e73f9ea5222ac6401974ef4118a
parentb636924958794af6763c7098ea7d36f73c8b7f44 (diff)
Update manifest (url, version constraints)
-rw-r--r--libformat/manifest4
-rw-r--r--libmformat/manifest4
2 files changed, 4 insertions, 4 deletions
diff --git a/libformat/manifest b/libformat/manifest
index 6437d73..34f77e6 100644
--- a/libformat/manifest
+++ b/libformat/manifest
@@ -7,9 +7,9 @@ tags: c++, hello, world, formatter, example
description: \
A simple library that implements the "Hello World" formatting in C++.
\
-url: http://www.example.org/libformat
+url: https://git.build2.org/cgit/hello/libformat
src-url: https://git.build2.org/cgit/hello/libformat/tree/libformat
-email: hello-users@example.org
+email: users@build2.org
build-email: builds@build2.org
depends: * build2 >= 0.7.0-
depends: * bpkg >= 0.7.0-
diff --git a/libmformat/manifest b/libmformat/manifest
index 456e386..81543c1 100644
--- a/libmformat/manifest
+++ b/libmformat/manifest
@@ -8,9 +8,9 @@ description: \
A simple library that implements the "Hello World" formatting in C++ with
modules.
\
-url: http://www.example.org/libmformat
+url: https://git.build2.org/cgit/hello/libformat
src-url: https://git.build2.org/cgit/hello/libformat/tree/libmformat
-email: hello-users@example.org
+email: users@build2.org
build-email: builds@build2.org
build-exclude: *-msvc_15u0* ; Broken C++ modules support
build-include: *-msvc_15*