diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-09-23 13:16:25 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-09-23 13:16:25 +0200 |
commit | 5b2f35feb4449b0e9e6edfaa76c113ae2f54a638 (patch) | |
tree | b4244dc6cd28f3e1cfcaf5ce70fcbadda43dbfe3 /x11-misc/gmrun | |
parent | x11-misc/gmrun: update metadata (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-misc/gmrun/gmrun-1.4w.ebuild | 4 | ||||
-rw-r--r-- | 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> |