From e58d571a0e809b837c0e9028cdc111bcffd2af6d Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sat, 6 Jun 2020 22:02:33 +0200 Subject: [PATCH] dev-haskell/generics-sop: update homepage link Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jakov Smolic Signed-off-by: Aaron Bauman --- dev-haskell/generics-sop/generics-sop-0.2.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/generics-sop/generics-sop-0.2.4.0.ebuild b/dev-haskell/generics-sop/generics-sop-0.2.4.0.ebuild index 650b74e2b43cf..005b9c33f22a4 100644 --- a/dev-haskell/generics-sop/generics-sop-0.2.4.0.ebuild +++ b/dev-haskell/generics-sop/generics-sop-0.2.4.0.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=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Generic Programming using True Sums of Products" -HOMEPAGE="http://hackage.haskell.org/package/generics-sop" +HOMEPAGE="https://hackage.haskell.org/package/generics-sop" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD"