diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-06-10 07:56:32 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-06-10 08:13:44 +0200 |
commit | 850f8bf6d8bc5fd905782cf40e220cd57a92d4a1 (patch) | |
tree | 45860cf65bbd88b9a190753983fc1def3fc1b79f /app-emacs/company-mode | |
parent | app-text/evince: Version bump to 40.2 (diff) | |
download | gentoo-850f8bf6d8bc5fd905782cf40e220cd57a92d4a1.tar.gz gentoo-850f8bf6d8bc5fd905782cf40e220cd57a92d4a1.tar.bz2 gentoo-850f8bf6d8bc5fd905782cf40e220cd57a92d4a1.zip |
app-emacs/company-mode: fix HOMEPAGE
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-emacs/company-mode')
-rw-r--r-- | app-emacs/company-mode/company-mode-0.9.10.ebuild | 4 |
1 files 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 a0b76f2616a8..2e6e2a23a92b 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+" |