diff options
-rw-r--r-- | libformat/manifest | 2 | ||||
-rw-r--r-- | libmformat/manifest | 2 |
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* |