diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 12:20:52 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-06 13:56:17 -0400 |
commit | fdbfe9f9aa94c617e57dfa2d80301d1df7205b2d (patch) | |
tree | 614d172214728f5baeb277452f74ab49af95e879 /dev-haskell/haskell-lexer | |
parent | dev-haskell/bzlib: update homepage link (diff) | |
download | gentoo-fdbfe9f9aa94c617e57dfa2d80301d1df7205b2d.tar.gz gentoo-fdbfe9f9aa94c617e57dfa2d80301d1df7205b2d.tar.bz2 gentoo-fdbfe9f9aa94c617e57dfa2d80301d1df7205b2d.zip |
dev-haskell/haskell-lexer: 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/haskell-lexer')
-rw-r--r-- | dev-haskell/haskell-lexer/haskell-lexer-1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/haskell-lexer/haskell-lexer-1.0.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/haskell-lexer/haskell-lexer-1.0-r1.ebuild b/dev-haskell/haskell-lexer/haskell-lexer-1.0-r1.ebuild index 6c34f82a1918..d023edadf8cf 100644 --- a/dev-haskell/haskell-lexer/haskell-lexer-1.0-r1.ebuild +++ b/dev-haskell/haskell-lexer/haskell-lexer-1.0-r1.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="A fully compliant Haskell 98 lexer" -HOMEPAGE="http://hackage.haskell.org/package/haskell-lexer" +HOMEPAGE="https://hackage.haskell.org/package/haskell-lexer" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/haskell-lexer/haskell-lexer-1.0.1.ebuild b/dev-haskell/haskell-lexer/haskell-lexer-1.0.1.ebuild index ccad40296d18..b0adc04b043b 100644 --- a/dev-haskell/haskell-lexer/haskell-lexer-1.0.1.ebuild +++ b/dev-haskell/haskell-lexer/haskell-lexer-1.0.1.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="A fully compliant Haskell 98 lexer" -HOMEPAGE="http://hackage.haskell.org/package/haskell-lexer" +HOMEPAGE="https://hackage.haskell.org/package/haskell-lexer" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |