diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-31 09:25:51 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:16:55 -0400 |
commit | d0d1fcac2c3d8c1ad8ecb963ff4b76d536c0fa25 (patch) | |
tree | 942b16655e3478cc829c4edc485ad0a6a2e3215d /dev-haskell | |
parent | dev-haskell/shakespeare-css: use HTTPS (diff) | |
download | gentoo-d0d1fcac2c3d8c1ad8ecb963ff4b76d536c0fa25.tar.gz gentoo-d0d1fcac2c3d8c1ad8ecb963ff4b76d536c0fa25.tar.bz2 gentoo-d0d1fcac2c3d8c1ad8ecb963ff4b76d536c0fa25.zip |
dev-haskell/shakespeare-i18n: use HTTPS
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/shakespeare-i18n/shakespeare-i18n-1.1.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild index 8e7b84976a23..4233236186a0 100644 --- a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild +++ b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="A type-based approach to internationalization" -HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" +HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.1.0.ebuild b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.1.0.ebuild index 97ee78910a5d..ea982c75aee0 100644 --- a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.1.0.ebuild +++ b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile" inherit haskell-cabal DESCRIPTION="A type-based approach to internationalization. (deprecated)" -HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" +HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" |