diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2019-12-09 14:49:10 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2019-12-09 14:49:22 +0100 |
commit | 9c0d29448ca9bb8bfef2f5543708f70e670f0e29 (patch) | |
tree | 713b4f44724ba0f290ff28075327f04f9d6fc6ac /x11-misc/picom | |
parent | dev-php/pecl-event: amd64 stable wrt bug #702108 (diff) | |
download | gentoo-9c0d29448ca9bb8bfef2f5543708f70e670f0e29.tar.gz gentoo-9c0d29448ca9bb8bfef2f5543708f70e670f0e29.tar.bz2 gentoo-9c0d29448ca9bb8bfef2f5543708f70e670f0e29.zip |
x11-misc/picom: fix HOMEPAGE
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-misc/picom')
-rw-r--r-- | x11-misc/picom/picom-7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/picom/picom-7.5.ebuild b/x11-misc/picom/picom-7.5.ebuild index 86fa37ec32f6..bec768b6fec8 100644 --- a/x11-misc/picom/picom-7.5.ebuild +++ b/x11-misc/picom/picom-7.5.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit meson python-r1 xdg DESCRIPTION="A lightweight compositor for X11 (previously a compton fork)" -HOMEPAGE="https://github.com/yshui/picomc" +HOMEPAGE="https://github.com/yshui/picom" SRC_URI="https://github.com/yshui/picom/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MPL-2.0 MIT" |