mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/gmrun: fix URIs
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user