diff options
author | 2020-08-17 19:00:01 +0200 | |
---|---|---|
committer | 2020-08-18 18:05:48 +0100 | |
commit | 1f25094c726d5be28613d8a1787eb99420344bcd (patch) | |
tree | b5cd0fa9788e1c9f315847281e3eade737ef9b86 /dev-haskell/foldl | |
parent | dev-haskell/binary-orphans: update homepage (diff) | |
download | gentoo-1f25094c726d5be28613d8a1787eb99420344bcd.tar.gz gentoo-1f25094c726d5be28613d8a1787eb99420344bcd.tar.bz2 gentoo-1f25094c726d5be28613d8a1787eb99420344bcd.zip |
dev-haskell/foldl: upadte homepage
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/foldl')
-rw-r--r-- | dev-haskell/foldl/foldl-1.4.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/foldl/foldl-1.4.7.ebuild b/dev-haskell/foldl/foldl-1.4.7.ebuild index 423090d68ca3..943ea2b45db8 100644 --- a/dev-haskell/foldl/foldl-1.4.7.ebuild +++ b/dev-haskell/foldl/foldl-1.4.7.ebuild @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Composable, streaming, and efficient left folds" -HOMEPAGE="http://hackage.haskell.org/package/foldl" +HOMEPAGE="https://hackage.haskell.org/package/foldl" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |