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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2D01158009 for ; Sat, 24 Jun 2023 20:36:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1835DE0880; Sat, 24 Jun 2023 20:36:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F27F3E0880 for ; Sat, 24 Jun 2023 20:36:02 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1804F335D5D for ; Sat, 24 Jun 2023 20:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D98FAA2 for ; Sat, 24 Jun 2023 20:35:59 +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: <1687638954.0ffd625c927332827c077663832bc9f0643fc300.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-augeas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r5.ebuild X-VCS-Directories: dev-ruby/ruby-augeas/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0ffd625c927332827c077663832bc9f0643fc300 X-VCS-Branch: master Date: Sat, 24 Jun 2023 20:35:59 +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: 1258cc63-2dc2-4d73-8d98-da1aee505fb0 X-Archives-Hash: 239d6cdd906a22b050988b876622e816 commit: 0ffd625c927332827c077663832bc9f0643fc300 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jun 24 20:29:58 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jun 24 20:35:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffd625c dev-ruby/ruby-augeas: update HOMEPAGE Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r5.ebuild b/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r5.ebuild index 4a066a090714..a5c787b439de 100644 --- a/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r5.ebuild +++ b/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r5.ebuild @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTENSIONS=(ext/augeas/extconf.rb) inherit ruby-fakegem DESCRIPTION="Ruby bindings for Augeas" -HOMEPAGE="http://augeas.net/" +HOMEPAGE="https://augeas.net/" SRC_URI="http://download.augeas.net/ruby/${P}.gem" LICENSE="LGPL-2.1"