diff options
-rw-r--r-- | dev-haskell/boxes/boxes-0.1.4.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/boxes/boxes-0.1.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/boxes/boxes-0.1.4.ebuild b/dev-haskell/boxes/boxes-0.1.4.ebuild index 50b72875c207..5b529094ec12 100644 --- a/dev-haskell/boxes/boxes-0.1.4.ebuild +++ b/dev-haskell/boxes/boxes-0.1.4.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="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="2D text pretty-printing library" -HOMEPAGE="http://hackage.haskell.org/package/boxes" +HOMEPAGE="https://hackage.haskell.org/package/boxes" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/boxes/boxes-0.1.5.ebuild b/dev-haskell/boxes/boxes-0.1.5.ebuild index e048becdf18d..cdcad1b49155 100644 --- a/dev-haskell/boxes/boxes-0.1.5.ebuild +++ b/dev-haskell/boxes/boxes-0.1.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=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="2D text pretty-printing library" -HOMEPAGE="http://hackage.haskell.org/package/boxes" +HOMEPAGE="https://hackage.haskell.org/package/boxes" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |