diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-05 16:07:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-05 16:07:37 +0200 |
commit | 79d02a1a5d810579b6a71cbdd2639a213d0c377f (patch) | |
tree | daa93ec636c7a78178e92d279064025823771f27 | |
parent | f815e74462a20a0b7095d7805c94bb091717716d (diff) |
Update manifest (url, version constraints)
-rw-r--r-- | libhello/manifest | 4 | ||||
-rw-r--r-- | libmhello/manifest | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libhello/manifest b/libhello/manifest index f53f737..5448e1c 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -8,9 +8,9 @@ description: \ 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 +url: https://git.build2.org/cgit/hello/libhello src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello?h=1.0 -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/libmhello/manifest b/libmhello/manifest index b07a4da..585de03 100644 --- a/libmhello/manifest +++ b/libmhello/manifest @@ -8,9 +8,9 @@ description: \ 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 +url: https://git.build2.org/cgit/hello/libhello src-url: https://git.build2.org/cgit/hello/libhello/tree/libmhello?h=1.0 -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* |