diff options
| author | Daniel Marshall <xandan@gmail.com> | 2019-06-26 18:34:19 +0100 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-06-26 10:34:19 -0700 |
| commit | faf17a0f4a497eb5ac28389f3be4aa3612aa5d86 (patch) | |
| tree | c16328069bb51885e2373649eb1d148f3d623559 | |
| parent | eff0769b757481f0f3a42f195355abbd319b6f78 (diff) | |
| download | vcpkg-faf17a0f4a497eb5ac28389f3be4aa3612aa5d86.tar.gz vcpkg-faf17a0f4a497eb5ac28389f3be4aa3612aa5d86.zip | |
Fix homepage for range-v3(-vs2015) (#7049)
| -rw-r--r-- | ports/range-v3-vs2015/CONTROL | 1 | ||||
| -rw-r--r-- | ports/range-v3/CONTROL | 2 |
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. |
