diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-haskell/yaml | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-haskell/yaml')
-rw-r--r-- | dev-haskell/yaml/yaml-0.8.10.1.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/yaml/yaml-0.8.11.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/yaml/yaml-0.8.12.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/yaml/yaml-0.8.5.2.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/yaml/yaml-0.8.10.1.ebuild b/dev-haskell/yaml/yaml-0.8.10.1.ebuild index 2cc8054e3022..8d7073156a1f 100644 --- a/dev-haskell/yaml/yaml-0.8.10.1.ebuild +++ b/dev-haskell/yaml/yaml-0.8.10.1.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Support for parsing and rendering YAML documents" -HOMEPAGE="http://github.com/snoyberg/yaml/" +HOMEPAGE="https://github.com/snoyberg/yaml/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/yaml/yaml-0.8.11.ebuild b/dev-haskell/yaml/yaml-0.8.11.ebuild index af59b7f8be4e..d73e7af4811c 100644 --- a/dev-haskell/yaml/yaml-0.8.11.ebuild +++ b/dev-haskell/yaml/yaml-0.8.11.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Support for parsing and rendering YAML documents" -HOMEPAGE="http://github.com/snoyberg/yaml/" +HOMEPAGE="https://github.com/snoyberg/yaml/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/yaml/yaml-0.8.12.ebuild b/dev-haskell/yaml/yaml-0.8.12.ebuild index 6a4ff3fbdb88..39cc4123df2c 100644 --- a/dev-haskell/yaml/yaml-0.8.12.ebuild +++ b/dev-haskell/yaml/yaml-0.8.12.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Support for parsing and rendering YAML documents" -HOMEPAGE="http://github.com/snoyberg/yaml/" +HOMEPAGE="https://github.com/snoyberg/yaml/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/yaml/yaml-0.8.5.2.ebuild b/dev-haskell/yaml/yaml-0.8.5.2.ebuild index a5c8ab90a5ad..267e530e830b 100644 --- a/dev-haskell/yaml/yaml-0.8.5.2.ebuild +++ b/dev-haskell/yaml/yaml-0.8.5.2.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Support for parsing and rendering YAML documents" -HOMEPAGE="http://github.com/snoyberg/yaml/" +HOMEPAGE="https://github.com/snoyberg/yaml/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |