diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 10:24:20 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 13:33:34 +0200 |
commit | 1b792cbb23a5f7b843729ca02bee383e4417bea0 (patch) | |
tree | 65ab72e296e7cef1d100e59c7f1cad6114bce832 /dev-haskell/shakespeare | |
parent | games-action/teeworlds: use HTTPS (diff) | |
download | gentoo-1b792cbb23a5f7b843729ca02bee383e4417bea0.tar.gz gentoo-1b792cbb23a5f7b843729ca02bee383e4417bea0.tar.bz2 gentoo-1b792cbb23a5f7b843729ca02bee383e4417bea0.zip |
dev-haskell/shakespeare: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8010
Diffstat (limited to 'dev-haskell/shakespeare')
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-haskell/shakespeare/shakespeare-1.0.5.1.ebuild b/dev-haskell/shakespeare/shakespeare-1.0.5.1.ebuild index 862cafd3b79a..69ef587ec697 100644 --- a/dev-haskell/shakespeare/shakespeare-1.0.5.1.ebuild +++ b/dev-haskell/shakespeare/shakespeare-1.0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 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 toolkit for making compile-time interpolated templates" -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/shakespeare-1.2.1.1.ebuild b/dev-haskell/shakespeare/shakespeare-1.2.1.1.ebuild index 082a87558d8a..4d81aa004c1a 100644 --- a/dev-haskell/shakespeare/shakespeare-1.2.1.1.ebuild +++ b/dev-haskell/shakespeare/shakespeare-1.2.1.1.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 toolkit for making compile-time interpolated templates" -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/shakespeare-2.0.12.1.ebuild b/dev-haskell/shakespeare/shakespeare-2.0.12.1.ebuild index 72236344910c..139c98fd3d3b 100644 --- a/dev-haskell/shakespeare/shakespeare-2.0.12.1.ebuild +++ b/dev-haskell/shakespeare/shakespeare-2.0.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="A toolkit for making compile-time interpolated templates" -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/shakespeare-2.0.7.ebuild b/dev-haskell/shakespeare/shakespeare-2.0.7.ebuild index fd17fd91b6ef..d4eb111b7497 100644 --- a/dev-haskell/shakespeare/shakespeare-2.0.7.ebuild +++ b/dev-haskell/shakespeare/shakespeare-2.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 toolkit for making compile-time interpolated templates" -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" |