diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-31 09:24:33 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:16:54 -0400 |
commit | 4c3d8d6f61aa1d0c1b1bf504bdd8d123a79bf519 (patch) | |
tree | 4fbd5c33ecefafb208e5e04432eecf0642a4f424 /dev-haskell/regex-compat-tdfa | |
parent | dev-haskell/persistent: use HTTPS (diff) | |
download | gentoo-4c3d8d6f61aa1d0c1b1bf504bdd8d123a79bf519.tar.gz gentoo-4c3d8d6f61aa1d0c1b1bf504bdd8d123a79bf519.tar.bz2 gentoo-4c3d8d6f61aa1d0c1b1bf504bdd8d123a79bf519.zip |
dev-haskell/regex-compat-tdfa: use HTTPS
Diffstat (limited to 'dev-haskell/regex-compat-tdfa')
-rw-r--r-- | dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild b/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild index c3f97566a53f..6804316e4152 100644 --- a/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild +++ b/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 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="Unicode Support version of Text.Regex, using regex-tdfa" -HOMEPAGE="http://hub.darcs.net/shelarcy/regex-compat-tdfa" +HOMEPAGE="https://hub.darcs.net/shelarcy/regex-compat-tdfa" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |