Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/company-mode/
Date: Thu, 10 Jun 2021 06:13:54
Message-Id: 1623305624.850f8bf6d8bc5fd905782cf40e220cd57a92d4a1.graaff@gentoo
1 commit: 850f8bf6d8bc5fd905782cf40e220cd57a92d4a1
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 05:56:32 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 06:13:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850f8bf6
7
8 app-emacs/company-mode: fix HOMEPAGE
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 app-emacs/company-mode/company-mode-0.9.10.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emacs/company-mode/company-mode-0.9.10.ebuild b/app-emacs/company-mode/company-mode-0.9.10.ebuild
17 index a0b76f2616a..2e6e2a23a92 100644
18 --- a/app-emacs/company-mode/company-mode-0.9.10.ebuild
19 +++ b/app-emacs/company-mode/company-mode-0.9.10.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -6,7 +6,7 @@ EAPI=7
27 inherit elisp
28
29 DESCRIPTION="In-buffer completion front-end"
30 -HOMEPAGE="https://company-mode.github.com/"
31 +HOMEPAGE="https://company-mode.github.io/"
32 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33
34 LICENSE="GPL-3+"