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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB58D158086 for ; Fri, 31 Dec 2021 07:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44AE72BC006; Fri, 31 Dec 2021 07:30:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A93D2BC006 for ; Fri, 31 Dec 2021 07:30:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D899E342C97 for ; Fri, 31 Dec 2021 07:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76C571C6 for ; Fri, 31 Dec 2021 07:30:28 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1640935820.5fb768f39fc6731d29b1b30305296ace8b1776de.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild X-VCS-Directories: dev-python/desktop-notifier/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 5fb768f39fc6731d29b1b30305296ace8b1776de X-VCS-Branch: dev Date: Fri, 31 Dec 2021 07:30:28 +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: 3fd01a60-fe3e-4009-b0e6-a53f47efd93c X-Archives-Hash: a4e006987e252654bda6beb659d2a91c commit: 5fb768f39fc6731d29b1b30305296ace8b1776de Author: Viorel Munteanu gmail com> AuthorDate: Fri Dec 31 07:30:20 2021 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Fri Dec 31 07:30:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fb768f3 dev-python/desktop-notifier: update HOMEPAGE Signed-off-by: Viorel Munteanu gmail.com> dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild index accc2eb55..60ba280bd 100644 --- a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild +++ b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications" -HOMEPAGE="https://github.com/altdesktop/python-dbus-next" +HOMEPAGE="https://desktop-notifier.readthedocs.io/" SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"