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 28B7C1586A0 for ; Sat, 25 Mar 2023 07:12:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0784E089A; Sat, 25 Mar 2023 07:12:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A8714E089A for ; Sat, 25 Mar 2023 07:12:55 +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 BC3BA33E6A3 for ; Sat, 25 Mar 2023 07:12:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B68A5948 for ; Sat, 25 Mar 2023 07:12:51 +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: <1679728277.c5174bf322b5996e71cbee039ccdffcb1d6d4670.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild X-VCS-Directories: dev-ruby/safe_yaml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c5174bf322b5996e71cbee039ccdffcb1d6d4670 X-VCS-Branch: master Date: Sat, 25 Mar 2023 07:12:51 +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: e38c5cbb-fc71-48b8-b94a-d4db13526402 X-Archives-Hash: 3196497f9b31bc691e5129093b57fbd1 commit: c5174bf322b5996e71cbee039ccdffcb1d6d4670 Author: Sam James gentoo org> AuthorDate: Sat Mar 25 06:45:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 25 07:11:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5174bf3 dev-ruby/safe_yaml: update HOMEPAGE Signed-off-by: Sam James gentoo.org> dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild index 8be3fdee610c..c10ff14fc5d0 100644 --- a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild +++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none" inherit ruby-fakegem DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load" -HOMEPAGE="https://dtao.github.com/safe_yaml" +HOMEPAGE="https://github.com/dtao/safe_yaml" LICENSE="MIT" SLOT="0"