aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-09-03 22:43:38 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-09-03 22:43:38 +0300
commit09702fc27c673066c87193879d2fdbc19ab9b33f (patch)
tree0313b87e8f7e77dd71b329c36f7c32979478344f /libbpkg/manifest.hxx
parent3986a17f6b461516a5c9a933b1ae3a79c692d0bf (diff)
Normalize host in repository URL
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index dfb8762..b666716 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -1026,8 +1026,8 @@ namespace bpkg
// non-empty object with non-empty path never contains the trailing slash
// (except for the root path on POSIX system).
//
- // - For the remote URL object the host name is in the lower case (IPv4/6 are
- // not supported) and the path is relative.
+ // - For the remote URL object the host component is normalized (see
+ // butl::basic_url_host for details) and the path is relative.
//
// - For the local URL object the path can be relative or absolute. Query
// can not be present. Represent the object using the file:// notation if