commit: 850f8bf6d8bc5fd905782cf40e220cd57a92d4a1 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Jun 10 05:56:32 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Jun 10 06:13:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850f8bf6
app-emacs/company-mode: fix HOMEPAGE Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> app-emacs/company-mode/company-mode-0.9.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/company-mode/company-mode-0.9.10.ebuild b/app-emacs/company-mode/company-mode-0.9.10.ebuild index a0b76f2616a..2e6e2a23a92 100644 --- a/app-emacs/company-mode/company-mode-0.9.10.ebuild +++ b/app-emacs/company-mode/company-mode-0.9.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit elisp DESCRIPTION="In-buffer completion front-end" -HOMEPAGE="https://company-mode.github.com/" +HOMEPAGE="https://company-mode.github.io/" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+"
