diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-04-14 09:05:23 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-14 09:05:23 +0300 |
commit | 957e1578ddd7586ed99354b1fa33042eba7e5a22 (patch) | |
tree | 349f4e69d153826ab89f00f49c012894f04c0c2a /media-gfx | |
parent | media-gfx/flameshot: update homepage and SRC_URI (diff) | |
download | gentoo-957e1578ddd7586ed99354b1fa33042eba7e5a22.tar.gz gentoo-957e1578ddd7586ed99354b1fa33042eba7e5a22.tar.bz2 gentoo-957e1578ddd7586ed99354b1fa33042eba7e5a22.zip |
media-gfx/flameshot: add Github as 2ndary HOMEPAGE
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/flameshot/flameshot-0.6.0.ebuild | 4 |
1 files 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 0db51f4f66c8..1944a2858d7c 100644 --- a/media-gfx/flameshot/flameshot-0.6.0.ebuild +++ b/media-gfx/flameshot/flameshot-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit desktop qmake-utils xdg-utils DESCRIPTION="Powerful yet simple to use screenshot software" -HOMEPAGE="https://flameshot.org" +HOMEPAGE="https://flameshot.org https://github.com/flameshot-org/flameshot" SRC_URI="https://github.com/flameshot-org/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="FreeArt GPL-3 Apache-2.0" |