commit: 51eb3836cb1864df0d270747392d621278eacd02 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Wed Sep 2 07:29:56 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Wed Sep 2 07:31:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51eb3836
dev-haskell/postgresql-simple: use https:// HOMEPAGE Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-haskell/postgresql-simple/postgresql-simple-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/postgresql-simple/postgresql-simple-0.6.2.ebuild b/dev-haskell/postgresql-simple/postgresql-simple-0.6.2.ebuild index 74a730bcb64..f1ba2211f74 100644 --- a/dev-haskell/postgresql-simple/postgresql-simple-0.6.2.ebuild +++ b/dev-haskell/postgresql-simple/postgresql-simple-0.6.2.ebuild @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Mid-Level PostgreSQL client library" -HOMEPAGE="http://hackage.haskell.org/package/postgresql-simple" +HOMEPAGE="https://hackage.haskell.org/package/postgresql-simple" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD"
