summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hello/manifest6
-rw-r--r--mhello/manifest4
2 files changed, 5 insertions, 5 deletions
diff --git a/hello/manifest b/hello/manifest
index 182cc36..6a4fd5d 100644
--- a/hello/manifest
+++ b/hello/manifest
@@ -9,10 +9,10 @@ A simple program that implements the "Hello World" example in C++ using the
libhello library. Its primary goal is to show a canonical build2/bpkg
project/package.
\
-url: http://www.example.org/hello
+url: https://git.build2.org/cgit/hello/hello
src-url: https://git.build2.org/cgit/hello/hello/tree/hello
-email: hello-users@example.org
+email: users@build2.org
build-email: builds@build2.org
depends: * build2 >= 0.7.0-
depends: * bpkg >= 0.7.0-
-depends: libhello [1.0.0 2.0.0-); @@ TMP ^1.0.0
+depends: libhello ^1.0.0
diff --git a/mhello/manifest b/mhello/manifest
index b0b32ab..e9355e8 100644
--- a/mhello/manifest
+++ b/mhello/manifest
@@ -9,9 +9,9 @@ A simple program that implements the "Hello World" example in C++ with
modules using the libhello library. Its primary goal is to show a
canonical build2/bpkg project/package.
\
-url: http://www.example.org/mhello
+url: https://git.build2.org/cgit/hello/hello
src-url: https://git.build2.org/cgit/hello/hello/tree/mhello
-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*