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 | 2cdbd7464ab21fe63c39fd676b136aa8e05a25c7 (patch) | |
tree | 94bdb8a8f3f6cca95338d325e46585a4bc74cbe1 /libmhello | |
parent | 4429bd6724a4668464e8a7920e3c77860b127678 (diff) |
Update manifest (url, version constraints)
Diffstat (limited to 'libmhello')
-rw-r--r-- | libmhello/manifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmhello/manifest b/libmhello/manifest index 31ec260..7d91d03 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 -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* |