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 19AB01382C5 for ; Fri, 11 Dec 2020 12:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BB8CE08ED; Fri, 11 Dec 2020 12:48:37 +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 40625E08ED for ; Fri, 11 Dec 2020 12:48:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 58FD7340F7E for ; Fri, 11 Dec 2020 12:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1347B39F for ; Fri, 11 Dec 2020 12:48:35 +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: <1607690820.a6a44baa72e91a692e274456aa53cad307c133ff.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyinotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyinotify/pyinotify-0.9.6.ebuild X-VCS-Directories: dev-python/pyinotify/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a6a44baa72e91a692e274456aa53cad307c133ff X-VCS-Branch: master Date: Fri, 11 Dec 2020 12:48:35 +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: 7dfe18d4-cb81-4432-94ce-6e5972d0bec0 X-Archives-Hash: 457f7fa37a7bb67fef37d97647972b74 commit: a6a44baa72e91a692e274456aa53cad307c133ff Author: Michał Górny gentoo org> AuthorDate: Fri Dec 11 12:18:37 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 11 12:47:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a44baa dev-python/pyinotify: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/pyinotify/pyinotify-0.9.6.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild b/dev-python/pyinotify/pyinotify-0.9.6.ebuild index 0fad415c410..6f1cc0f9214 100644 --- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.6.ebuild @@ -10,10 +10,9 @@ inherit distutils-r1 DESCRIPTION="Python module used for monitoring filesystems events" HOMEPAGE=" - http://trac.dbzteam.org/pyinotify https://pypi.org/project/pyinotify/ https://github.com/seb-m/pyinotify/" -SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz" +SRC_URI="https://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0"