Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/statevar/
Date: Wed, 02 Sep 2020 07:31:56
Message-Id: 1599031895.23fcd4d43fb8182c8095c1b60eceef35cbe87a88.slyfox@gentoo
1 commit: 23fcd4d43fb8182c8095c1b60eceef35cbe87a88
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 07:30:21 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 07:31:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23fcd4d4
7
8 dev-haskell/statevar: use https:// HOMEPAGE
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/statevar/statevar-1.0.0.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-haskell/statevar/statevar-1.0.0.0-r1.ebuild b/dev-haskell/statevar/statevar-1.0.0.0-r1.ebuild
17 index 4190eed22c1..2cf4f841740 100644
18 --- a/dev-haskell/statevar/statevar-1.0.0.0-r1.ebuild
19 +++ b/dev-haskell/statevar/statevar-1.0.0.0-r1.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=5
26 @@ -12,7 +12,7 @@ MY_PN="StateVar"
27 MY_P="${MY_PN}-${PV}"
28
29 DESCRIPTION="State variables"
30 -HOMEPAGE="http://www.haskell.org/HOpenGL/"
31 +HOMEPAGE="https://www.haskell.org/HOpenGL/"
32 SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
33
34 LICENSE="BSD"