diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-05-08 14:18:52 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-05-17 12:54:41 -0400 |
commit | c8e7be291665c3fd633be32fd673f6619b6be2ab (patch) | |
tree | 67239bb536c7da48847ea4fdcca1a5e5fdcbc204 /dev-haskell/bytestring-handle | |
parent | dev-haskell/arrows: update homepage (diff) | |
download | gentoo-c8e7be291665c3fd633be32fd673f6619b6be2ab.tar.gz gentoo-c8e7be291665c3fd633be32fd673f6619b6be2ab.tar.bz2 gentoo-c8e7be291665c3fd633be32fd673f6619b6be2ab.zip |
dev-haskell/bytestring-handle: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-haskell/bytestring-handle')
-rw-r--r-- | dev-haskell/bytestring-handle/bytestring-handle-0.1.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/bytestring-handle/bytestring-handle-0.1.0.6.ebuild b/dev-haskell/bytestring-handle/bytestring-handle-0.1.0.6.ebuild index fa9840c071ac..4cb46da2c8f6 100644 --- a/dev-haskell/bytestring-handle/bytestring-handle-0.1.0.6.ebuild +++ b/dev-haskell/bytestring-handle/bytestring-handle-0.1.0.6.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=7 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="ByteString-backed Handles" -HOMEPAGE="http://hub.darcs.net/ganesh/bytestring-handle" +HOMEPAGE="https://hub.darcs.net/ganesh/bytestring-handle" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |