diff options
-rw-r--r-- | bpkg/bpkg-version | 2 | ||||
-rw-r--r-- | manifest | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/bpkg-version b/bpkg/bpkg-version index 3399de7..b36d3c9 100644 --- a/bpkg/bpkg-version +++ b/bpkg/bpkg-version @@ -74,7 +74,7 @@ #endif #define BPKG_USER_AGENT \ - "bpkg/" BPKG_VERSION_STR " (" BPKG_OS "; +http://build2.org)" \ + "bpkg/" BPKG_VERSION_STR " (" BPKG_OS "; +https://build2.org)" \ " libbpkg/" LIBBPKG_VERSION_STR \ " libbutl/" LIBBUTL_VERSION_STR @@ -6,8 +6,8 @@ license: MIT tags: build2, c++, package, manager description-file: README changes-file: NEWS -url: http://build2.org -email: build2-users@build2.org +url: https://build2.org +email: users@build2.org requires: c++11 requires: build2 >= 0.1.0 requires: libodb >= 2.5.0-a3 |