From 18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad Mon Sep 17 00:00:00 2001 From: pravic Date: Sun, 16 Jun 2019 02:54:47 +0300 Subject: [WIP] Add a Homepage URL entry for vcpkg ports (#2933) * [vcpkg] Add "Homepage" field to the CONTROL files. --- ports/jsoncpp/CONTROL | 1 + 1 file changed, 1 insertion(+) (limited to 'ports/jsoncpp') diff --git a/ports/jsoncpp/CONTROL b/ports/jsoncpp/CONTROL index 4c7084d8e..6bbe46c0e 100644 --- a/ports/jsoncpp/CONTROL +++ b/ports/jsoncpp/CONTROL @@ -1,3 +1,4 @@ Source: jsoncpp Version: 1.8.4-1 +Homepage: https://github.com/open-source-parsers/jsoncpp Description: jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redeable for human. -- cgit v1.2.3