Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/
Date: Thu, 08 Oct 2020 10:50:18
Message-Id: 1602154213.25ec6537465d84cf0ce301a52b75de069d7dfd0d.jer@gentoo
1 commit: 25ec6537465d84cf0ce301a52b75de069d7dfd0d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 10:38:40 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 10:50:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ec6537
7
8 x11-misc/vym: Fix HOMEPAGE
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 x11-misc/vym/vym-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-misc/vym/vym-9999.ebuild b/x11-misc/vym/vym-9999.ebuild
17 index 539db055b53..9b2dff9e15c 100644
18 --- a/x11-misc/vym/vym-9999.ebuild
19 +++ b/x11-misc/vym/vym-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -6,7 +6,7 @@ PLOCALES="cs_CZ de_DE el es fr ia it ja pt_BR ru sv zh_CN zh_TW"
27 inherit desktop git-r3 l10n qmake-utils
28
29 DESCRIPTION="View Your Mind, a mindmap tool"
30 -HOMEPAGE="http://www.insilmaril.de/vym/"
31 +HOMEPAGE="https://www.insilmaril.de/vym/"
32 EGIT_REPO_URI="https://git.code.sf.net/p/vym/code"
33
34 LICENSE="GPL-2"