From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E9DB15ACFB for ; Mon, 10 Apr 2023 22:17:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C710E078A; Mon, 10 Apr 2023 22:17:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55BB9E078A for ; Mon, 10 Apr 2023 22:17:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B42E340D59 for ; Mon, 10 Apr 2023 22:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9C45A1A for ; Mon, 10 Apr 2023 22:17:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681164796.5aa192a648b0a0f104f4288e035906622e1ede25.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/httparty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/httparty/httparty-0.21.0.ebuild X-VCS-Directories: dev-ruby/httparty/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5aa192a648b0a0f104f4288e035906622e1ede25 X-VCS-Branch: master Date: Mon, 10 Apr 2023 22:17:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b51cec5f-ac4e-4040-a7ee-8b7d99aa0fae X-Archives-Hash: 1c546b4b1597b9942ba336b2283f0ef8 commit: 5aa192a648b0a0f104f4288e035906622e1ede25 Author: Sam James gentoo org> AuthorDate: Mon Apr 10 22:13:16 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 10 22:13:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa192a6 dev-ruby/httparty: update *.github.com HOMEPAGEs Signed-off-by: Sam James gentoo.org> dev-ruby/httparty/httparty-0.21.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/httparty/httparty-0.21.0.ebuild b/dev-ruby/httparty/httparty-0.21.0.ebuild index 2abec03edc73..df40dbd3e058 100644 --- a/dev-ruby/httparty/httparty-0.21.0.ebuild +++ b/dev-ruby/httparty/httparty-0.21.0.ebuild @@ -15,7 +15,7 @@ RUBY_FAKEGEM_GEMSPEC="httparty.gemspec" inherit ruby-fakegem DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead easy" -HOMEPAGE="https://jnunemaker.github.com/httparty" +HOMEPAGE="https://www.johnnunemaker.com/httparty/" SRC_URI="https://github.com/jnunemaker/httparty/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"