diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-04-04 15:30:16 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-04-04 15:32:51 +0200 |
commit | 267fb082405d8edad6f79c883470bf66ef3152c7 (patch) | |
tree | 06016a7432accd2cce8d36c81d75b1aaa4af4f2b /x11-misc/rofi | |
parent | dev-python/bpython: bump to 0.18 (diff) | |
download | gentoo-267fb082405d8edad6f79c883470bf66ef3152c7.tar.gz gentoo-267fb082405d8edad6f79c883470bf66ef3152c7.tar.bz2 gentoo-267fb082405d8edad6f79c883470bf66ef3152c7.zip |
x11-misc/rofi: Update HOMEPAGE
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-misc/rofi')
-rw-r--r-- | x11-misc/rofi/rofi-1.5.1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/rofi/rofi-1.5.2.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/rofi/rofi-99999.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/rofi/rofi-1.5.1.ebuild b/x11-misc/rofi/rofi-1.5.1.ebuild index 52addfae154a..0bce2c86cd25 100644 --- a/x11-misc/rofi/rofi-1.5.1.ebuild +++ b/x11-misc/rofi/rofi-1.5.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools toolchain-funcs DESCRIPTION="A window switcher, run dialog and dmenu replacement" -HOMEPAGE="https://github.com/DaveDavenport/rofi/" +HOMEPAGE="https://github.com/davatorium/rofi" SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz" LICENSE="MIT" diff --git a/x11-misc/rofi/rofi-1.5.2.ebuild b/x11-misc/rofi/rofi-1.5.2.ebuild index ffb4b7ff5d39..5c664f0c427f 100644 --- a/x11-misc/rofi/rofi-1.5.2.ebuild +++ b/x11-misc/rofi/rofi-1.5.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit autotools toolchain-funcs DESCRIPTION="A window switcher, run dialog and dmenu replacement" -HOMEPAGE="https://github.com/DaveDavenport/rofi/" +HOMEPAGE="https://github.com/davatorium/rofi" SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz" LICENSE="MIT" diff --git a/x11-misc/rofi/rofi-99999.ebuild b/x11-misc/rofi/rofi-99999.ebuild index 8533b2dbdb9c..20cc98b76c5d 100644 --- a/x11-misc/rofi/rofi-99999.ebuild +++ b/x11-misc/rofi/rofi-99999.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit autotools git-r3 toolchain-funcs DESCRIPTION="A window switcher, run dialog and dmenu replacement" -HOMEPAGE="https://github.com/DaveDavenport/rofi/" +HOMEPAGE="https://github.com/davatorium/rofi" EGIT_REPO_URI="${HOMEPAGE}" LICENSE="MIT" |