diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-11-14 19:15:46 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-11-14 19:21:04 -0800 |
commit | 5c978cb42f659db4b2b44200a7803692053efbd7 (patch) | |
tree | 71d783cac97c6ab8f9ac7c027fa827d3e680efaa /net-libs/grpc/grpc-1.12.1-r1.ebuild | |
parent | net-libs/grpc: version bump to 1.16.1 (diff) | |
download | gentoo-5c978cb42f659db4b2b44200a7803692053efbd7.tar.gz gentoo-5c978cb42f659db4b2b44200a7803692053efbd7.tar.bz2 gentoo-5c978cb42f659db4b2b44200a7803692053efbd7.zip |
net-libs/grpc: http -> https HOMEPAGE
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-libs/grpc/grpc-1.12.1-r1.ebuild')
-rw-r--r-- | net-libs/grpc/grpc-1.12.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/grpc/grpc-1.12.1-r1.ebuild b/net-libs/grpc/grpc-1.12.1-r1.ebuild index 6c9403c76269..e5ea7b0998a7 100644 --- a/net-libs/grpc/grpc-1.12.1-r1.ebuild +++ b/net-libs/grpc/grpc-1.12.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ inherit distutils-r1 flag-o-matic toolchain-funcs PROTOBUF_VERSION="3.5.2" DESCRIPTION="Modern open source high performance RPC framework" -HOMEPAGE="http://www.grpc.io" +HOMEPAGE="https://www.grpc.io" SRC_URI=" https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz tools? ( https://github.com/google/protobuf/archive/v${PROTOBUF_VERSION}.tar.gz -> protobuf-${PROTOBUF_VERSION}.tar.gz ) |