From 793a2e3851751505cec9573651ba58cfae582fae Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 2 Aug 2017 12:34:18 +0300 Subject: Reorder urls/emails in manifest --- libformat/manifest | 2 +- 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* -- cgit v1.1