diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 12:29:45 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-06 13:56:21 -0400 |
commit | c2d07ff6ff3a78b3ee5b438b1f6a2a73ce53f650 (patch) | |
tree | 85059babad7441b5ac1588e165225a4236d0b6c7 /dev-haskell | |
parent | dev-haskell/system-posix-redirect: update homepage link (diff) | |
download | gentoo-c2d07ff6ff3a78b3ee5b438b1f6a2a73ce53f650.tar.gz gentoo-c2d07ff6ff3a78b3ee5b438b1f6a2a73ce53f650.tar.bz2 gentoo-c2d07ff6ff3a78b3ee5b438b1f6a2a73ce53f650.zip |
dev-haskell/testing-feat: 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')
-rw-r--r-- | dev-haskell/testing-feat/testing-feat-0.4.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/testing-feat/testing-feat-0.4.0.3.ebuild b/dev-haskell/testing-feat/testing-feat-0.4.0.3.ebuild index 2d72605b14f9..c68813325e1e 100644 --- a/dev-haskell/testing-feat/testing-feat-0.4.0.3.ebuild +++ b/dev-haskell/testing-feat/testing-feat-0.4.0.3.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="Functional Enumeration of Algebraic Types" -HOMEPAGE="http://hackage.haskell.org/package/testing-feat" +HOMEPAGE="https://hackage.haskell.org/package/testing-feat" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |