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 33BFC158064 for ; Fri, 10 May 2024 00:33:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59E0EE29BA; Fri, 10 May 2024 00:33:25 +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 3A2D1E29BA for ; Fri, 10 May 2024 00:33:25 +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 4ED823430AB for ; Fri, 10 May 2024 00:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D4191A84 for ; Fri, 10 May 2024 00:33:21 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1715262314.190dd1b42d4a99902b5f0ed172fee9fd5bc1ce82.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/eww/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/eww/eww-0.5.0-r4.ebuild gui-apps/eww/eww-0.6.0.ebuild gui-apps/eww/eww-9999.ebuild X-VCS-Directories: gui-apps/eww/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 190dd1b42d4a99902b5f0ed172fee9fd5bc1ce82 X-VCS-Branch: master Date: Fri, 10 May 2024 00:33:21 +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: 4b83564f-ab6f-4b28-bcad-765aec5f537e X-Archives-Hash: 69697ec6a51d801d3e7a7e1533e8d478 commit: 190dd1b42d4a99902b5f0ed172fee9fd5bc1ce82 Author: Lucio Sauer posteo net> AuthorDate: Thu May 9 13:42:35 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu May 9 13:45:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=190dd1b4 gui-apps/eww: update HOMEPAGE Signed-off-by: Lucio Sauer posteo.net> gui-apps/eww/eww-0.5.0-r4.ebuild | 2 +- gui-apps/eww/eww-0.6.0.ebuild | 2 +- gui-apps/eww/eww-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gui-apps/eww/eww-0.5.0-r4.ebuild b/gui-apps/eww/eww-0.5.0-r4.ebuild index 25c33f18fe..d83eaf3a77 100644 --- a/gui-apps/eww/eww-0.5.0-r4.ebuild +++ b/gui-apps/eww/eww-0.5.0-r4.ebuild @@ -298,7 +298,7 @@ CRATES=" inherit cargo DESCRIPTION="Elkowars Wacky Widgets is a standalone widget system made in Rust" -HOMEPAGE="https://github.com/elkowar/eww/" +HOMEPAGE="https://elkowar.github.io/eww/" if [[ "${PV}" == 9999 ]]; then inherit git-r3 diff --git a/gui-apps/eww/eww-0.6.0.ebuild b/gui-apps/eww/eww-0.6.0.ebuild index bb3a1a0bf9..45364f718b 100644 --- a/gui-apps/eww/eww-0.6.0.ebuild +++ b/gui-apps/eww/eww-0.6.0.ebuild @@ -375,7 +375,7 @@ CRATES=" inherit cargo shell-completion DESCRIPTION="Elkowars Wacky Widgets is a standalone widget system made in Rust" -HOMEPAGE="https://github.com/elkowar/eww/" +HOMEPAGE="https://elkowar.github.io/eww/" SRC_URI="https://git.sr.ht/~antecrescent/gentoo-files/blob/main/gui-apps/eww/${P}-shellcomp.tar.xz" if [[ "${PV}" == 9999 ]]; then diff --git a/gui-apps/eww/eww-9999.ebuild b/gui-apps/eww/eww-9999.ebuild index 595c7d76b2..00c4650dca 100644 --- a/gui-apps/eww/eww-9999.ebuild +++ b/gui-apps/eww/eww-9999.ebuild @@ -375,7 +375,7 @@ CRATES=" inherit cargo shell-completion DESCRIPTION="Elkowars Wacky Widgets is a standalone widget system made in Rust" -HOMEPAGE="https://github.com/elkowar/eww/" +HOMEPAGE="https://elkowar.github.io/eww/" SRC_URI="https://git.sr.ht/~antecrescent/gentoo-files/blob/main/gui-apps/eww/${P}-shellcomp.tar.xz" if [[ "${PV}" == 9999 ]]; then