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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E78A138334 for ; Sun, 13 Oct 2019 08:00:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 665D4E0824; Sun, 13 Oct 2019 08:00:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4431EE0824 for ; Sun, 13 Oct 2019 08:00:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25E9234BCA5 for ; Sun, 13 Oct 2019 08:00:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92F96A8 for ; Sun, 13 Oct 2019 07:59:57 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1570953579.b2b3c9921f948e61e18f7630525d636eb8f11c24.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rest-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rest-client/metadata.xml dev-ruby/rest-client/rest-client-2.0.2.ebuild X-VCS-Directories: dev-ruby/rest-client/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b2b3c9921f948e61e18f7630525d636eb8f11c24 X-VCS-Branch: master Date: Sun, 13 Oct 2019 07:59:57 +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: eb6a2fbb-dd67-4773-9343-b3dc5877bf85 X-Archives-Hash: d5108232a539cbd255195b34530e4c57 commit: b2b3c9921f948e61e18f7630525d636eb8f11c24 Author: Wim Muskee gmail com> AuthorDate: Wed Aug 28 18:58:35 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Oct 13 07:59:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b3c992 dev-ruby/rest-client: update HOMEPAGE, metadata Closes: https://bugs.gentoo.org/692722 Signed-off-by: Wim Muskee gmail.com> Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rest-client/metadata.xml | 2 +- dev-ruby/rest-client/rest-client-2.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rest-client/metadata.xml b/dev-ruby/rest-client/metadata.xml index d6afa2d27d7..6cc5de6f928 100644 --- a/dev-ruby/rest-client/metadata.xml +++ b/dev-ruby/rest-client/metadata.xml @@ -6,6 +6,6 @@ Gentoo Ruby Project - archiloque/rest-client + rest-client/rest-client diff --git a/dev-ruby/rest-client/rest-client-2.0.2.ebuild b/dev-ruby/rest-client/rest-client-2.0.2.ebuild index 55c30dadcb4..9ebbe7baae6 100644 --- a/dev-ruby/rest-client/rest-client-2.0.2.ebuild +++ b/dev-ruby/rest-client/rest-client-2.0.2.ebuild @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="history.md README.md" inherit ruby-fakegem DESCRIPTION="Simple Simple HTTP and REST client for Ruby" -HOMEPAGE="https://github.com/archiloque/rest-client" +HOMEPAGE="https://github.com/rest-client/rest-client" LICENSE="MIT" SLOT="2"