summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-09-23 13:16:25 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-09-23 13:16:25 +0200
commit5b2f35feb4449b0e9e6edfaa76c113ae2f54a638 (patch)
treeb4244dc6cd28f3e1cfcaf5ce70fcbadda43dbfe3 /x11-misc/gmrun/gmrun-1.4w.ebuild
parentx11-misc/gmrun: update metadata (diff)
downloadgentoo-5b2f35feb4449b0e9e6edfaa76c113ae2f54a638.tar.gz
gentoo-5b2f35feb4449b0e9e6edfaa76c113ae2f54a638.tar.bz2
gentoo-5b2f35feb4449b0e9e6edfaa76c113ae2f54a638.zip
x11-misc/gmrun: fix URIs
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-misc/gmrun/gmrun-1.4w.ebuild')
-rw-r--r--x11-misc/gmrun/gmrun-1.4w.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/gmrun/gmrun-1.4w.ebuild b/x11-misc/gmrun/gmrun-1.4w.ebuild
index 0d37c5769256..3385f765aee3 100644
--- a/x11-misc/gmrun/gmrun-1.4w.ebuild
+++ b/x11-misc/gmrun/gmrun-1.4w.ebuild
@@ -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"