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 6B0931382C5 for ; Sun, 29 Apr 2018 06:34:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE630E0857; Sun, 29 Apr 2018 06:33:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C5C6AE0856 for ; Sun, 29 Apr 2018 06:33:59 +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 8AB7F335CA6 for ; Sun, 29 Apr 2018 06:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF6CF2A8 for ; Sun, 29 Apr 2018 06:33:55 +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: <1524983565.2dda23343b5b9cc970576979e06259f9eee08383.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/plyr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/plyr/plyr-1.0.6.ebuild X-VCS-Directories: dev-python/plyr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2dda23343b5b9cc970576979e06259f9eee08383 X-VCS-Branch: master Date: Sun, 29 Apr 2018 06:33:55 +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-Archives-Salt: 65a5e6a0-f72e-4fd8-8f9e-5c9ad1e95b38 X-Archives-Hash: 0729234fc68b522ab196d580602cbb08 commit: 2dda23343b5b9cc970576979e06259f9eee08383 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 28 08:15:33 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 29 06:32:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dda2334 dev-python/plyr: avoid redirection dev-python/plyr/plyr-1.0.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/plyr/plyr-1.0.6.ebuild b/dev-python/plyr/plyr-1.0.6.ebuild index 1468d315bf5..d6e308eadb3 100644 --- a/dev-python/plyr/plyr-1.0.6.ebuild +++ b/dev-python/plyr/plyr-1.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -10,7 +10,7 @@ MY_PN="python-glyr" MY_P="${MY_PN}-${PV}" DESCRIPTION="A python wrapper for Glyr" -HOMEPAGE="https://sahib.github.com/python-glyr/intro.html +HOMEPAGE="https://sahib.github.io/python-glyr/intro.html https://github.com/sahib/python-glyr" SRC_URI="https://github.com/sahib/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"