diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 21:51:20 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-07 13:39:50 -0400 |
commit | d2c4860b8f5c0ee8f0bc10889cc310909160408a (patch) | |
tree | 979371b7a3136a5c01b3a1201e1d75ed3690789e /dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild | |
parent | dev-haskell/syb-with-class: update homepage link (diff) | |
download | gentoo-d2c4860b8f5c0ee8f0bc10889cc310909160408a.tar.gz gentoo-d2c4860b8f5c0ee8f0bc10889cc310909160408a.tar.bz2 gentoo-d2c4860b8f5c0ee8f0bc10889cc310909160408a.zip |
dev-haskell/vector-th-unbox: update homepage link
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild')
-rw-r--r-- | dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild index 7546e8019bc7..820ebe66aefa 100644 --- a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild +++ b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.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="Deriver for Data.Vector.Unboxed using Template Haskell" -HOMEPAGE="http://hackage.haskell.org/package/vector-th-unbox" +HOMEPAGE="https://hackage.haskell.org/package/vector-th-unbox" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |