diff options
Diffstat (limited to 'dev-haskell/boundedchan')
-rw-r--r-- | dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild b/dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild index 41b72027abd9..39d6d2de3f04 100644 --- a/dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild +++ b/dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild @@ -12,7 +12,7 @@ MY_PN="BoundedChan" MY_P="${MY_PN}-${PV}" DESCRIPTION="Implementation of bounded channels" -HOMEPAGE="http://hackage.haskell.org/package/BoundedChan" +HOMEPAGE="https://hackage.haskell.org/package/BoundedChan" SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" |