commit: 98e86b5a89b210113942e7dca6d4c035da7dd088 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Wed Sep 2 07:29:10 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Wed Sep 2 07:31:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e86b5a
dev-haskell/happy: use https:// HOMEPAGE Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-haskell/happy/happy-1.19.4.ebuild | 2 +- dev-haskell/happy/happy-1.19.5.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-haskell/happy/happy-1.19.4.ebuild b/dev-haskell/happy/happy-1.19.4.ebuild index c7ee325b440..40f68d3e302 100644 --- a/dev-haskell/happy/happy-1.19.4.ebuild +++ b/dev-haskell/happy/happy-1.19.4.ebuild @@ -9,7 +9,7 @@ CABAL_FEATURES="bin test-suite" inherit eutils haskell-cabal autotools DESCRIPTION="Happy is a parser generator for Haskell" -HOMEPAGE="http://www.haskell.org/happy/" +HOMEPAGE="https://www.haskell.org/happy/" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/happy/happy-1.19.5.ebuild b/dev-haskell/happy/happy-1.19.5.ebuild index 5fc779132c7..da499d0821a 100644 --- a/dev-haskell/happy/happy-1.19.5.ebuild +++ b/dev-haskell/happy/happy-1.19.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="bin test-suite" inherit eutils haskell-cabal autotools DESCRIPTION="Happy is a parser generator for Haskell" -HOMEPAGE="http://www.haskell.org/happy/" +HOMEPAGE="https://www.haskell.org/happy/" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD"
