summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-06-06 12:53:06 +0200
committerAaron Bauman <bman@gentoo.org>2020-06-06 13:56:31 -0400
commit744c5eecec7ec141429f5fe66659cc3663c40730 (patch)
treea9ff8c0e4bf4dbae1bd7c818cbfc0058af20ba83
parentdev-haskell/hex: update homepage link (diff)
downloadgentoo-744c5eecec7ec141429f5fe66659cc3663c40730.tar.gz
gentoo-744c5eecec7ec141429f5fe66659cc3663c40730.tar.bz2
gentoo-744c5eecec7ec141429f5fe66659cc3663c40730.zip
dev-haskell/vector-space: 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>
-rw-r--r--dev-haskell/vector-space/vector-space-0.10.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/vector-space/vector-space-0.10.4.ebuild b/dev-haskell/vector-space/vector-space-0.10.4.ebuild
index 3db4e8726236..9d34c0aa1878 100644
--- a/dev-haskell/vector-space/vector-space-0.10.4.ebuild
+++ b/dev-haskell/vector-space/vector-space-0.10.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=6
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Vector & affine spaces, linear maps, and derivatives"
-HOMEPAGE="http://hackage.haskell.org/package/vector-space"
+HOMEPAGE="https://hackage.haskell.org/package/vector-space"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"