Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/fold-dwim/
Date: Fri, 01 Apr 2022 18:52:04
Message-Id: 1648839114.24ba45570ca825782c8e22b10c3716f02d11f874.ulm@gentoo
1 commit: 24ba45570ca825782c8e22b10c3716f02d11f874
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 18:51:54 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 18:51:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=24ba4557
7
8 app-emacs/fold-dwim: Update HOMEPAGE
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-emacs/fold-dwim/fold-dwim-1.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emacs/fold-dwim/fold-dwim-1.3.ebuild b/app-emacs/fold-dwim/fold-dwim-1.3.ebuild
16 index 77287b6..1f2cebf 100644
17 --- a/app-emacs/fold-dwim/fold-dwim-1.3.ebuild
18 +++ b/app-emacs/fold-dwim/fold-dwim-1.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -6,7 +6,7 @@ EAPI=7
26 inherit elisp
27
28 DESCRIPTION="Unified user interface for Emacs folding modes"
29 -HOMEPAGE="https://community.dur.ac.uk/p.j.heslin/Software/Emacs/"
30 +HOMEPAGE="https://github.com/pjheslin/fold-dwim"
31 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
32
33 LICENSE="GPL-2+"