Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/list-remote-forwards/
Date: Tue, 18 Aug 2020 17:06:56
Message-Id: 1597770398.afadf026f3756a8fd751f9da860a2aab2fbd4d89.slyfox@gentoo
1 commit: afadf026f3756a8fd751f9da860a2aab2fbd4d89
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Aug 18 07:35:24 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 17:06:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afadf026
7
8 net-mail/list-remote-forwards: update homepage
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild b/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild
18 index 783e292e6de..a0fccd96a41 100644
19 --- a/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild
20 +++ b/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -9,7 +9,7 @@ CABAL_FEATURES="bin test-suite"
28 inherit haskell-cabal
29
30 DESCRIPTION="List all remote forwards for mail accounts stored in a database"
31 -HOMEPAGE="http://hackage.haskell.org/package/list-remote-forwards"
32 +HOMEPAGE="https://hackage.haskell.org/package/list-remote-forwards"
33 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
34
35 LICENSE="GPL-3"