diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-31 09:26:30 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:16:55 -0400 |
commit | 71b0f560da9c13c35df27a4a20a3cf17a974493f (patch) | |
tree | 2ad7571654ac279ab466f6241ee1a9500ee99938 /dev-haskell/shakespeare-js | |
parent | dev-haskell/shakespeare-i18n: use HTTPS (diff) | |
download | gentoo-71b0f560da9c13c35df27a4a20a3cf17a974493f.tar.gz gentoo-71b0f560da9c13c35df27a4a20a3cf17a974493f.tar.bz2 gentoo-71b0f560da9c13c35df27a4a20a3cf17a974493f.zip |
dev-haskell/shakespeare-js: use HTTPS
Diffstat (limited to 'dev-haskell/shakespeare-js')
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild b/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild index 723956c432ca..ec0b73fcc016 100644 --- a/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild +++ b/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.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="Stick your haskell variables into javascript/coffeescript at compile time" -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-js/shakespeare-js-1.2.0.4.ebuild b/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.4.ebuild index d64a82bf70fe..123e7ad5ec8f 100644 --- a/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.4.ebuild +++ b/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.4.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="Stick your haskell variables into javascript/coffeescript at compile time" -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-js/shakespeare-js-1.3.0.ebuild b/dev-haskell/shakespeare-js/shakespeare-js-1.3.0.ebuild index a9982c3f2a3d..76d594e78334 100644 --- a/dev-haskell/shakespeare-js/shakespeare-js-1.3.0.ebuild +++ b/dev-haskell/shakespeare-js/shakespeare-js-1.3.0.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" inherit haskell-cabal DESCRIPTION="Stick your haskell variables into javascript/coffeescript at compile time" -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" |