1
0

media-sound/eartag: update HOMEPAGE

This commit is contained in:
Ryan Fox 2023-08-11 14:44:58 -07:00
parent f32bbcec8a
commit f1b5407571
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 4 additions and 4 deletions

View File

@ -8,14 +8,14 @@ inherit python-single-r1 meson xdg
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.gnome.org/knuxify/eartag.git"
EGIT_REPO_URI="https://gitlab.gnome.org/World/eartag.git"
else
SRC_URI="https://gitlab.gnome.org/knuxify/eartag/-/archive/${PV}/${P}.tar.bz2"
SRC_URI="https://gitlab.gnome.org/World/eartag/-/archive/${PV}/${P}.tar.bz2"
KEYWORDS="~amd64"
fi
DESCRIPTION="A simple music tag editor."
HOMEPAGE="https://gitlab.gnome.org/knuxify/eartag"
HOMEPAGE="https://apps.gnome.org/app/app.drey.EarTag/"
LICENSE="MIT"
SLOT="0"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

View File

@ -6,6 +6,6 @@
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="gnome-gitlab">knuxify/eartag</remote-id>
<remote-id type="gnome-gitlab">World/eartag</remote-id>
</upstream>
</pkgmetadata>