commit: 5b2f35feb4449b0e9e6edfaa76c113ae2f54a638
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 11:16:25 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 11:16:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2f35fe
x11-misc/gmrun: fix URIs
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
x11-misc/gmrun/gmrun-1.4w.ebuild | 4 ++--
x11-misc/gmrun/metadata.xml | 2 +-
2 files changed, 3 insertions(+), 3 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"
diff --git a/x11-misc/gmrun/metadata.xml b/x11-misc/gmrun/metadata.xml
index 54aaedb51409..067b91cb34ee 100644
--- a/x11-misc/gmrun/metadata.xml
+++ b/x11-misc/gmrun/metadata.xml
@@ -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>