diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-11-30 00:42:44 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-11-30 00:42:44 +0100 |
commit | 53a05838f6236f90a01f3152dba420cb4fe0fbeb (patch) | |
tree | 28d319587886559b2b952f55d7660cece0571576 /x11-misc/cbatticon | |
parent | app-text/xchm: with EAPI 7 gettext belongs in BDEPEND, not DEPEND (diff) | |
download | gentoo-53a05838f6236f90a01f3152dba420cb4fe0fbeb.tar.gz gentoo-53a05838f6236f90a01f3152dba420cb4fe0fbeb.tar.bz2 gentoo-53a05838f6236f90a01f3152dba420cb4fe0fbeb.zip |
x11-misc/cbatticon-1.6.10: update GitHub remote in HOMEPAGE and SRC_URI
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-misc/cbatticon')
-rw-r--r-- | x11-misc/cbatticon/cbatticon-1.6.10.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/cbatticon/cbatticon-1.6.10.ebuild b/x11-misc/cbatticon/cbatticon-1.6.10.ebuild index c50d042f8226..46eda4fa4753 100644 --- a/x11-misc/cbatticon/cbatticon-1.6.10.ebuild +++ b/x11-misc/cbatticon/cbatticon-1.6.10.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit eutils toolchain-funcs DESCRIPTION="A lightweight and fast battery icon that sits in your system tray" -HOMEPAGE="https://github.com/ColinJones/cbatticon" -SRC_URI="https://github.com/ColinJones/cbatticon/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/valr/cbatticon" +SRC_URI="https://github.com/valr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |