diff options
author | 2020-06-06 13:05:08 +0200 | |
---|---|---|
committer | 2020-06-06 13:56:35 -0400 | |
commit | aebba9b9cdad9527b1804d97d50954ab891db77a (patch) | |
tree | e4d5306b48b4e4c2b102ab2de87322a6bcdf9392 /dev-haskell/curl | |
parent | dev-haskell/hsql-sqlite3: update homepage link (diff) | |
download | gentoo-aebba9b9cdad9527b1804d97d50954ab891db77a.tar.gz gentoo-aebba9b9cdad9527b1804d97d50954ab891db77a.tar.bz2 gentoo-aebba9b9cdad9527b1804d97d50954ab891db77a.zip |
dev-haskell/curl: update homepage link
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/15853
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-haskell/curl')
-rw-r--r-- | dev-haskell/curl/curl-1.3.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/curl/curl-1.3.8.ebuild b/dev-haskell/curl/curl-1.3.8.ebuild index d36ffad02dce..769be0b85aed 100644 --- a/dev-haskell/curl/curl-1.3.8.ebuild +++ b/dev-haskell/curl/curl-1.3.8.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="Haskell binding to libcurl" -HOMEPAGE="http://hackage.haskell.org/package/curl" +HOMEPAGE="https://hackage.haskell.org/package/curl" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |