aboutsummaryrefslogtreecommitdiff
path: root/ports/catch2
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-06-10 16:35:22 -0700
committerRobert Schumacher <roschuma@microsoft.com>2019-06-10 16:35:22 -0700
commitd962dc7d651b563bed089f4bf9056003ebb7fe1c (patch)
tree12583d7562888f47d0759d94bf5bc2d2da8284c1 /ports/catch2
parent06d5d393b962604ae0a0f8fa6cfd1a89d0627e83 (diff)
downloadvcpkg-d962dc7d651b563bed089f4bf9056003ebb7fe1c.tar.gz
vcpkg-d962dc7d651b563bed089f4bf9056003ebb7fe1c.zip
[vcpkg] Add optional 'Homepage' field to CONTROL (#6844)
* [control file] Add optional 'Homepage' tag This allows a 'Homepage' tag to be added to a port in order to support changes such as PR #2933. It currently does not do anything with it. * [docs] Add Homepage to the control file documentation * move urls from descriptions to homepage field.
Diffstat (limited to 'ports/catch2')
-rw-r--r--ports/catch2/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/catch2/CONTROL b/ports/catch2/CONTROL
index 7f78259db..b3cd3c33d 100644
--- a/ports/catch2/CONTROL
+++ b/ports/catch2/CONTROL
@@ -1,4 +1,4 @@
Source: catch2
Version: 2.7.2
Description: A modern, header-only test framework for unit testing.
- Issues, PRs and changelogs can be found at https://github.com/catchorg/Catch2
+Homepage: https://github.com/catchorg/Catch2