diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 10:18:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 10:18:27 +0200 |
commit | c84b5ac646cae0bd600c1214746fd3f59c7f5a03 (patch) | |
tree | fd6fed7a4f24dcf3fe585dad190a90ffc25f86f7 | |
parent | 342e4d388da9950ef07a094689ee8f91a46d3d32 (diff) |
http to https audit
-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 |