app-emacs/scala-mode: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 17 May 2018 08:09:49 +0000 (10:09 +0200)
committerAaron Bauman <bman@gentoo.org>
Fri, 18 May 2018 12:32:38 +0000 (08:32 -0400)
app-emacs/scala-mode/scala-mode-2.10.3.ebuild

index 9f6c70c65ce98cea5db73135ea3c5e5280008a77..96fbb5eb38debf87812de5711db333efb3d79b82 100644 (file)
@@ -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
@@ -7,8 +7,8 @@ inherit elisp
 
 MY_P="scala-tool-support-${PV}"
 DESCRIPTION="Scala mode for Emacs"
-HOMEPAGE="http://www.scala-lang.org/"
-SRC_URI="http://www.scala-lang.org/files/archive/${MY_P}.tgz"
+HOMEPAGE="https://www.scala-lang.org"
+SRC_URI="https://www.scala-lang.org/files/archive/${MY_P}.tgz"
 
 LICENSE="BSD"
 SLOT="0"