diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-24 20:50:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-24 21:25:46 +0200 |
commit | 9b32cebb039e26198f21fa3ed15f3c412123a39c (patch) | |
tree | ef2eb6d9ef508a367bcb28bde275566cbf41257f /sci-geosciences | |
parent | sci-libs/gdal: Add missing slot op on sci-libs/libgeotiff (diff) | |
download | gentoo-9b32cebb039e26198f21fa3ed15f3c412123a39c.tar.gz gentoo-9b32cebb039e26198f21fa3ed15f3c412123a39c.tar.bz2 gentoo-9b32cebb039e26198f21fa3ed15f3c412123a39c.zip |
sci-geosciences/laszip: Fix HOMEPAGE
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/laszip/laszip-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/laszip/laszip-2.2.0.ebuild b/sci-geosciences/laszip/laszip-2.2.0.ebuild index e0397f0829eb..02addaad7d04 100644 --- a/sci-geosciences/laszip/laszip-2.2.0.ebuild +++ b/sci-geosciences/laszip/laszip-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF=1 inherit autotools-utils flag-o-matic DESCRIPTION="Library for free and lossless compression of the LAS LiDAR format" -HOMEPAGE="http://www.laszip.org/" +HOMEPAGE="https://laszip.org/" SRC_URI="https://github.com/LASzip/LASzip/releases/download/v${PV}/${PN}-src-${PV}.tar.gz" SLOT="0" |