aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Marshall <xandan@gmail.com>2019-06-26 18:34:19 +0100
committerPhil Christensen <philc@microsoft.com>2019-06-26 10:34:19 -0700
commitfaf17a0f4a497eb5ac28389f3be4aa3612aa5d86 (patch)
treec16328069bb51885e2373649eb1d148f3d623559
parenteff0769b757481f0f3a42f195355abbd319b6f78 (diff)
downloadvcpkg-faf17a0f4a497eb5ac28389f3be4aa3612aa5d86.tar.gz
vcpkg-faf17a0f4a497eb5ac28389f3be4aa3612aa5d86.zip
Fix homepage for range-v3(-vs2015) (#7049)
-rw-r--r--ports/range-v3-vs2015/CONTROL1
-rw-r--r--ports/range-v3/CONTROL2
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/range-v3-vs2015/CONTROL b/ports/range-v3-vs2015/CONTROL
index 62c9f63ce..34ce349e1 100644
--- a/ports/range-v3-vs2015/CONTROL
+++ b/ports/range-v3-vs2015/CONTROL
@@ -1,3 +1,4 @@
Source: range-v3-vs2015
Version: 20151130-vcpkg5
+Homepage: https://github.com/Microsoft/Range-V3-VS2015
Description: Range library for C++11/14/17.
diff --git a/ports/range-v3/CONTROL b/ports/range-v3/CONTROL
index fb534ac29..1e1274d4b 100644
--- a/ports/range-v3/CONTROL
+++ b/ports/range-v3/CONTROL
@@ -1,4 +1,4 @@
Source: range-v3
Version: 0.5.0
-Homepage: https://github.com/Microsoft/Range-V3-VS2015
+Homepage: https://github.com/ericniebler/range-v3
Description: Range library for C++11/14/17.