From c84b5ac646cae0bd600c1214746fd3f59c7f5a03 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 31 Jan 2016 10:18:27 +0200 Subject: http to https audit --- bpkg/bpkg-version | 2 +- 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 diff --git a/manifest b/manifest index d8d1493..bce7e88 100644 --- a/manifest +++ b/manifest @@ -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 -- cgit v1.1