diff options
author | Alexander Kurakin <kuraga333@mail.ru> | 2022-11-21 11:32:51 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-26 18:03:19 +0100 |
commit | 89f37c876cd9c6b75ae5ebcd8016d83b5121300e (patch) | |
tree | bc1b6f7a117075416e3d1614897b8604f986b225 /app-editors/mousepad | |
parent | net-misc/rsync: sync live ebuild (diff) | |
download | gentoo-89f37c876cd9c6b75ae5ebcd8016d83b5121300e.tar.gz gentoo-89f37c876cd9c6b75ae5ebcd8016d83b5121300e.tar.bz2 gentoo-89f37c876cd9c6b75ae5ebcd8016d83b5121300e.zip |
app-editors/mousepad: update the homepage
Bug: https://bugs.gentoo.org/882331
Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors/mousepad')
-rw-r--r-- | app-editors/mousepad/mousepad-0.5.10.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-editors/mousepad/mousepad-0.5.10.ebuild b/app-editors/mousepad/mousepad-0.5.10.ebuild index 40c71b7cd8c1..1dfbf301d5f2 100644 --- a/app-editors/mousepad/mousepad-0.5.10.ebuild +++ b/app-editors/mousepad/mousepad-0.5.10.ebuild @@ -6,7 +6,10 @@ EAPI=8 inherit gnome2-utils xdg-utils DESCRIPTION="GTK+-based editor for the Xfce Desktop Environment" -HOMEPAGE="https://git.xfce.org/apps/mousepad/about/" +HOMEPAGE=" + https://docs.xfce.org/apps/mousepad/start + https://gitlab.xfce.org/apps/mousepad/ +" SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" |