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 BB1A313835A for ; Wed, 14 Apr 2021 06:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C57DEE0B4B; Wed, 14 Apr 2021 06:26:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 91A9AE0B4C for ; Wed, 14 Apr 2021 06:26:49 +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 B902F340DD4 for ; Wed, 14 Apr 2021 06:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24EC564C for ; Wed, 14 Apr 2021 06:26:47 +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: <1618380292.4f1222c946019deab4d7e8b2c3f22dba29011a13.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/flameshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/flameshot/flameshot-0.6.0.ebuild X-VCS-Directories: media-gfx/flameshot/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4f1222c946019deab4d7e8b2c3f22dba29011a13 X-VCS-Branch: master Date: Wed, 14 Apr 2021 06:26:47 +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: 0a5dfffd-11d7-4bef-8245-f363698e884b X-Archives-Hash: b5bde439e3fd00d65cf032ac44f996c8 commit: 4f1222c946019deab4d7e8b2c3f22dba29011a13 Author: Pavel Kalugin pavelthebest me> AuthorDate: Sun Apr 11 16:18:14 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Apr 14 06:04:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1222c9 media-gfx/flameshot: update homepage and SRC_URI Signed-off-by: Pavel Kalugin pavelthebest.me> Closes: https://github.com/gentoo/gentoo/pull/20337 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/flameshot/flameshot-0.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/flameshot/flameshot-0.6.0.ebuild b/media-gfx/flameshot/flameshot-0.6.0.ebuild index bf095c3de1b..0db51f4f66c 100644 --- a/media-gfx/flameshot/flameshot-0.6.0.ebuild +++ b/media-gfx/flameshot/flameshot-0.6.0.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit desktop qmake-utils xdg-utils DESCRIPTION="Powerful yet simple to use screenshot software" -HOMEPAGE="https://flameshot.js.org" -SRC_URI="https://github.com/lupoDharkael/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://flameshot.org" +SRC_URI="https://github.com/flameshot-org/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="FreeArt GPL-3 Apache-2.0" SLOT="0"