diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 22:10:33 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-07 13:39:56 -0400 |
commit | 77038709e627203c51e5fbbad15a97afc6062865 (patch) | |
tree | fd3aa458a660e01a71eb3b70373a792701b531a1 /dev-haskell/errors | |
parent | dev-haskell/biocore: update homepage link (diff) | |
download | gentoo-77038709e627203c51e5fbbad15a97afc6062865.tar.gz gentoo-77038709e627203c51e5fbbad15a97afc6062865.tar.bz2 gentoo-77038709e627203c51e5fbbad15a97afc6062865.zip |
dev-haskell/errors: 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/errors')
-rw-r--r-- | dev-haskell/errors/errors-1.4.7.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/errors/errors-2.1.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/errors/errors-1.4.7.ebuild b/dev-haskell/errors/errors-1.4.7.ebuild index d28d79d06a8d..53a0223b77cd 100644 --- a/dev-haskell/errors/errors-1.4.7.ebuild +++ b/dev-haskell/errors/errors-1.4.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=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Simplified error-handling" -HOMEPAGE="http://hackage.haskell.org/package/errors" +HOMEPAGE="https://hackage.haskell.org/package/errors" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/errors/errors-2.1.3.ebuild b/dev-haskell/errors/errors-2.1.3.ebuild index 83ba915e33a6..923c1fc29908 100644 --- a/dev-haskell/errors/errors-2.1.3.ebuild +++ b/dev-haskell/errors/errors-2.1.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="Simplified error-handling" -HOMEPAGE="http://hackage.haskell.org/package/errors" +HOMEPAGE="https://hackage.haskell.org/package/errors" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |