commit: 3e14f6b632b74eb2c2a20317e1217566087ac07d Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Wed May 25 19:51:59 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Wed May 25 19:51:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e14f6b6
x11-misc/gammy: fix homepage Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> x11-misc/gammy/gammy-0.9.60.ebuild | 4 ++-- x11-misc/gammy/gammy-0.9.64.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild b/x11-misc/gammy/gammy-0.9.60.ebuild index bc90490eb..67d4cdf60 100644 --- a/x11-misc/gammy/gammy-0.9.60.ebuild +++ b/x11-misc/gammy/gammy-0.9.60.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit desktop qmake-utils xdg DESCRIPTION="Adaptive screen brightness/temperature" -HOMEPAGE="https://getgammy.com/" +HOMEPAGE="https://github.com/Fushko/gammy" if [[ "${PV}" == *9999* ]]; then inherit git-r3 diff --git a/x11-misc/gammy/gammy-0.9.64.ebuild b/x11-misc/gammy/gammy-0.9.64.ebuild index c225e26ca..746e648f3 100644 --- a/x11-misc/gammy/gammy-0.9.64.ebuild +++ b/x11-misc/gammy/gammy-0.9.64.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit qmake-utils xdg DESCRIPTION="Adaptive screen brightness/temperature" -HOMEPAGE="https://getgammy.com/" +HOMEPAGE="https://github.com/Fushko/gammy" if [[ "${PV}" == *9999* ]]; then inherit git-r3
