diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:37:39 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:37:39 +0200 |
commit | c84be41d02d264cc116a9a8436ca3bef3abb417c (patch) | |
tree | 00c29a23c14336b8b4577bf62092deee755d12af /dev-haskell | |
parent | Use https by default (diff) | |
download | gentoo-c84be41d02d264cc116a9a8436ca3bef3abb417c.tar.gz gentoo-c84be41d02d264cc116a9a8436ca3bef3abb417c.tar.bz2 gentoo-c84be41d02d264cc116a9a8436ca3bef3abb417c.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/pcap/pcap-0.4.5.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild b/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild index 40728702e63c..453090abb80f 100644 --- a/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild +++ b/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Desktop Notifications client" -HOMEPAGE="http://bitbucket.org/taejo/fdo-notify/" +HOMEPAGE="https://bitbucket.org/taejo/fdo-notify/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/pcap/pcap-0.4.5.1.ebuild b/dev-haskell/pcap/pcap-0.4.5.1.ebuild index 6c11f3b9453b..83f6cc49270c 100644 --- a/dev-haskell/pcap/pcap-0.4.5.1.ebuild +++ b/dev-haskell/pcap/pcap-0.4.5.1.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hscolour hoogle" inherit haskell-cabal DESCRIPTION="A system-independent interface for user-level packet capture" -HOMEPAGE="http://bitbucket.org/bos/pcap" +HOMEPAGE="https://bitbucket.org/bos/pcap" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |