diff options
author | Jonas Stein <jstein@gentoo.org> | 2022-02-15 14:05:53 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2022-02-15 14:05:53 +0100 |
commit | 44637cb2fc31aae3a16ab41cfc3fe4cc568e0799 (patch) | |
tree | 65e2e6f0a64b55db0df3f71712d266fbc3b1979d /x11-misc | |
parent | dev-java/emma: drop 2.0.5312-r3 (EAPI 5--) (diff) | |
download | gentoo-44637cb2fc31aae3a16ab41cfc3fe4cc568e0799.tar.gz gentoo-44637cb2fc31aae3a16ab41cfc3fe4cc568e0799.tar.bz2 gentoo-44637cb2fc31aae3a16ab41cfc3fe4cc568e0799.zip |
x11-misc/xhkeys: Fix SRC_URI
Fixed the SRC_URI.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xhkeys/xhkeys-2.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild index f5d1deed298a..120fccb46e3f 100644 --- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild +++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -DESCRIPTION="assign particular actions to any key or key combination" +DESCRIPTION="Assign particular actions to any key or key combination" HOMEPAGE="http://wmalms.tripod.com/#XHKEYS" -SRC_URI="mirror://gentoo/${P}.tar.gz" +SRC_URI="https://wmalms.tripod.com/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |