diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-29 20:30:57 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-29 22:36:24 -0400 |
commit | 7334fec0b36a1ac3291da3c5c1f174ad5a6b645e (patch) | |
tree | 651d48b5144fada5dff95fcb5137f20dbd98bcb6 /dev-haskell | |
parent | dev-haskell/time-compat: use HTTPS (diff) | |
download | gentoo-7334fec0b36a1ac3291da3c5c1f174ad5a6b645e.tar.gz gentoo-7334fec0b36a1ac3291da3c5c1f174ad5a6b645e.tar.bz2 gentoo-7334fec0b36a1ac3291da3c5c1f174ad5a6b645e.zip |
dev-haskell/sendfile: use HTTPS
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/sendfile/sendfile-0.7.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/sendfile/sendfile-0.7.9.ebuild b/dev-haskell/sendfile/sendfile-0.7.9.ebuild index aea9e2a5f8c8..983e0140d6bf 100644 --- a/dev-haskell/sendfile/sendfile-0.7.9.ebuild +++ b/dev-haskell/sendfile/sendfile-0.7.9.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" inherit haskell-cabal DESCRIPTION="A portable sendfile library" -HOMEPAGE="http://hub.darcs.net/stepcut/sendfile" +HOMEPAGE="https://hub.darcs.net/stepcut/sendfile" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |