x11-misc/gmrun: fix URIs

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2022-09-23 13:16:25 +02:00
parent a5401cb094
commit 5b2f35feb4
2 changed files with 3 additions and 3 deletions

View File

@@ -8,12 +8,12 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/WdesktopX/${PN}.git"
EGIT_BRANCH="master"
else
SRC_URI="https://github.com/WdesktopX/${PN}/releases/download/${PV}/${P}.tar.xz"
SRC_URI="https://github.com/wdlkmpx/${PN}/releases/download/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~mips ~ppc x86"
fi
DESCRIPTION="A GTK-2 based launcher box with bash style auto completion!"
HOMEPAGE="https://github.com/WdesktopX/gmrun/"
HOMEPAGE="https://github.com/wdlkmpx/gmrun"
LICENSE="ISC"
SLOT="0"

View File

@@ -18,7 +18,7 @@
features include slim design and bash style auto-completion.
</longdescription>
<upstream>
<remote-id type="github">WdesktopX/gmrun</remote-id>
<remote-id type="github">wdlkmpx/gmrun</remote-id>
</upstream>
<use>
<flag name="xdg">Enable xdg spec for configuration and history files location</flag>