diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-06-10 16:35:22 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-06-10 16:35:22 -0700 |
| commit | d962dc7d651b563bed089f4bf9056003ebb7fe1c (patch) | |
| tree | 12583d7562888f47d0759d94bf5bc2d2da8284c1 /ports/mosquitto/CONTROL | |
| parent | 06d5d393b962604ae0a0f8fa6cfd1a89d0627e83 (diff) | |
| download | vcpkg-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/mosquitto/CONTROL')
| -rw-r--r-- | ports/mosquitto/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/mosquitto/CONTROL b/ports/mosquitto/CONTROL index a80d0da7a..0ecf25b21 100644 --- a/ports/mosquitto/CONTROL +++ b/ports/mosquitto/CONTROL @@ -3,4 +3,4 @@ Version: 1.5.0-3 Build-Depends: c-ares, libwebsockets, openssl, pthreads
Description: Mosquitto is an open source message broker that implements the MQ Telemetry Transport protocol versions 3.1 and 3.1.1.
MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. This makes it suitable for "machine to machine" messaging such as with low power sensors or mobile devices such as phones, embedded computers or microcontrollers like the Arduino.
- You can see more information from this url https://mosquitto.org/download/
+Homepage: https://mosquitto.org/download/
|
