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 32F3B138359 for ; Mon, 20 Jul 2020 09:01:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B933E091A; Mon, 20 Jul 2020 09:01:40 +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 4EC38E091A for ; Mon, 20 Jul 2020 09:01:40 +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 3A07234F0D2 for ; Mon, 20 Jul 2020 09:01:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4A832E7 for ; Mon, 20 Jul 2020 09:01:36 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1595235678.b8411b3849fc7de4f1d3852ee48764fb93ee964a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-ly/metadata.xml dev-python/python-ly/python-ly-0.9.6.ebuild X-VCS-Directories: dev-python/python-ly/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b8411b3849fc7de4f1d3852ee48764fb93ee964a X-VCS-Branch: master Date: Mon, 20 Jul 2020 09:01:36 +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: f9ddf624-2cda-4a4b-bb2d-4338e9666beb X-Archives-Hash: 333a10adead5e358b69f39adc8bdba0c commit: b8411b3849fc7de4f1d3852ee48764fb93ee964a Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jul 4 07:17:32 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jul 20 09:01:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8411b38 dev-python/python-ly: update github link Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16577 Signed-off-by: Joonas Niilola gentoo.org> dev-python/python-ly/metadata.xml | 2 +- dev-python/python-ly/python-ly-0.9.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-ly/metadata.xml b/dev-python/python-ly/metadata.xml index d4fe5358ee8..558512826a7 100644 --- a/dev-python/python-ly/metadata.xml +++ b/dev-python/python-ly/metadata.xml @@ -4,6 +4,6 @@ python-ly - wbsoft/python-ly + frescobaldi/python-ly diff --git a/dev-python/python-ly/python-ly-0.9.6.ebuild b/dev-python/python-ly/python-ly-0.9.6.ebuild index a3af081be8e..be75de5f2ae 100644 --- a/dev-python/python-ly/python-ly-0.9.6.ebuild +++ b/dev-python/python-ly/python-ly-0.9.6.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Tool and library for manipulating LilyPond files" -HOMEPAGE="https://github.com/wbsoft/python-ly https://pypi.org/project/python-ly/" +HOMEPAGE="https://github.com/frescobaldi/python-ly https://pypi.org/project/python-ly/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2+"