diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-02 08:29:10 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-02 08:31:33 +0100 |
commit | 98e86b5a89b210113942e7dca6d4c035da7dd088 (patch) | |
tree | d14926c36facc5d4ae112286c38019aa7f7713af /dev-haskell/happy | |
parent | dev-haskell/haddock-library: use https:// HOMEPAGE (diff) | |
download | gentoo-98e86b5a89b210113942e7dca6d4c035da7dd088.tar.gz gentoo-98e86b5a89b210113942e7dca6d4c035da7dd088.tar.bz2 gentoo-98e86b5a89b210113942e7dca6d4c035da7dd088.zip |
dev-haskell/happy: use https:// HOMEPAGE
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/happy')
-rw-r--r-- | dev-haskell/happy/happy-1.19.4.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/happy/happy-1.19.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/happy/happy-1.19.4.ebuild b/dev-haskell/happy/happy-1.19.4.ebuild index c7ee325b440a..40f68d3e3028 100644 --- a/dev-haskell/happy/happy-1.19.4.ebuild +++ b/dev-haskell/happy/happy-1.19.4.ebuild @@ -9,7 +9,7 @@ CABAL_FEATURES="bin test-suite" inherit eutils haskell-cabal autotools DESCRIPTION="Happy is a parser generator for Haskell" -HOMEPAGE="http://www.haskell.org/happy/" +HOMEPAGE="https://www.haskell.org/happy/" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/happy/happy-1.19.5.ebuild b/dev-haskell/happy/happy-1.19.5.ebuild index 5fc779132c7c..da499d0821ae 100644 --- a/dev-haskell/happy/happy-1.19.5.ebuild +++ b/dev-haskell/happy/happy-1.19.5.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="bin test-suite" inherit eutils haskell-cabal autotools DESCRIPTION="Happy is a parser generator for Haskell" -HOMEPAGE="http://www.haskell.org/happy/" +HOMEPAGE="https://www.haskell.org/happy/" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |