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 71619138334 for ; Sat, 5 Oct 2019 06:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3896AE0845; Sat, 5 Oct 2019 06:54:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1B7EDE0845 for ; Sat, 5 Oct 2019 06:54:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8D90234B980 for ; Sat, 5 Oct 2019 06:54:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0856F7FD for ; Sat, 5 Oct 2019 06:54:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570258451.96de455e1ccdc3469c35dd8159505cf2f6b6e960.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild X-VCS-Directories: dev-ruby/metasploit-concern/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 96de455e1ccdc3469c35dd8159505cf2f6b6e960 X-VCS-Branch: master Date: Sat, 5 Oct 2019 06:54:46 +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: 0153c327-3bb7-4bc0-a94f-9b3f2c4a547b X-Archives-Hash: 6f591759464a94af01df41d60e4e1fdd commit: 96de455e1ccdc3469c35dd8159505cf2f6b6e960 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 30 09:53:04 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 5 06:54:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96de455e dev-ruby/metasploit-concern: Inline mirror://rubygems Signed-off-by: Michał Górny gentoo.org> dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild index eefc6d3c9a8..55b15f02b57 100644 --- a/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild +++ b/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild @@ -10,7 +10,7 @@ inherit ruby-fakegem eapi7-ver DESCRIPTION="Metasploit concern allows you to define concerns in app/concerns. " HOMEPAGE="https://github.com/rapid7/metasploit-concern" -SRC_URI="mirror://rubygems/${P}.gem" +SRC_URI="https://rubygems.org/gems/${P}.gem" LICENSE="BSD" SLOT="$(ver_cut 1-2)"