diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-20 21:30:54 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-21 21:47:19 +0000 |
commit | 3f1e70ec15c8003680fc116e1bdacb9c41c5e806 (patch) | |
tree | 28f0b5947c2c8740e5a324ecb7955f9cb921e7ca /dev-haskell/haxml/haxml-1.25.3.ebuild | |
parent | dev-haskell/hamlet: use HTTPS (diff) | |
download | gentoo-3f1e70ec15c8003680fc116e1bdacb9c41c5e806.tar.gz gentoo-3f1e70ec15c8003680fc116e1bdacb9c41c5e806.tar.bz2 gentoo-3f1e70ec15c8003680fc116e1bdacb9c41c5e806.zip |
dev-haskell/haxml: update HOMEPAGE, use HTTPS
Diffstat (limited to 'dev-haskell/haxml/haxml-1.25.3.ebuild')
-rw-r--r-- | dev-haskell/haxml/haxml-1.25.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/haxml/haxml-1.25.3.ebuild b/dev-haskell/haxml/haxml-1.25.3.ebuild index 3af072d0ed16..adabb4a10d3f 100644 --- a/dev-haskell/haxml/haxml-1.25.3.ebuild +++ b/dev-haskell/haxml/haxml-1.25.3.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 @@ -12,7 +12,7 @@ MY_PN="HaXml" MY_P="${MY_PN}-${PV}" DESCRIPTION="Utilities for manipulating XML documents" -HOMEPAGE="http://projects.haskell.org/HaXml/" +HOMEPAGE="https://archives.haskell.org/projects.haskell.org/HaXml/" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" |