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 8B8131382C5 for ; Fri, 23 Apr 2021 17:54:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 877A4E0845; Fri, 23 Apr 2021 17:54:35 +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 6F6DFE0845 for ; Fri, 23 Apr 2021 17:54:35 +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 0FFD1340FB2 for ; Fri, 23 Apr 2021 17:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 745026F4 for ; Fri, 23 Apr 2021 17:54:32 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1619200443.c020f8a37ef37eeffd01e6f66e8b3a085bb55a23.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/ciano/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/ciano/ciano-0.2.4.ebuild X-VCS-Directories: media-video/ciano/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: c020f8a37ef37eeffd01e6f66e8b3a085bb55a23 X-VCS-Branch: dev Date: Fri, 23 Apr 2021 17:54:32 +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: 4138ecf5-155b-4c2d-868a-708741da4e87 X-Archives-Hash: 134058f7d25db7d8d1ad94c620f62b85 commit: c020f8a37ef37eeffd01e6f66e8b3a085bb55a23 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Fri Apr 23 17:54:03 2021 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Fri Apr 23 17:54:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c020f8a3 media-video/ciano: Fix HOMEPAGE. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> media-video/ciano/ciano-0.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ciano/ciano-0.2.4.ebuild b/media-video/ciano/ciano-0.2.4.ebuild index 3da996b41..bb822f306 100644 --- a/media-video/ciano/ciano-0.2.4.ebuild +++ b/media-video/ciano/ciano-0.2.4.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9} ) inherit gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="A multimedia file converter focused on simplicity" -HOMEPAGE="https://robertsanseries.github.io/ciano" +HOMEPAGE="https://robertsanseries.github.io/ciano/" SRC_URI="https://github.com/robertsanseries/ciano/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+"