diff options
-rw-r--r-- | sci-geosciences/mapserver/mapserver-7.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-geosciences/mapserver/mapserver-7.0.5.ebuild b/sci-geosciences/mapserver/mapserver-7.0.5.ebuild index a412b4ed85eb..262043174b9f 100644 --- a/sci-geosciences/mapserver/mapserver-7.0.5.ebuild +++ b/sci-geosciences/mapserver/mapserver-7.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,8 +21,8 @@ WEBAPP_MANUAL_SLOT=yes inherit eutils depend.apache webapp distutils-r1 flag-o-matic perl-module php-ext-source-r3 multilib cmake-utils # ruby-ng DESCRIPTION="Development environment for building spatially enabled webapps" -HOMEPAGE="http://mapserver.org/" -SRC_URI="http://download.osgeo.org/mapserver/${MY_P}.tar.gz" +HOMEPAGE="https://mapserver.org/" +SRC_URI="https://download.osgeo.org/mapserver/${MY_P}.tar.gz" LICENSE="MIT" KEYWORDS="~amd64 ~x86" |