summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-05-18 17:30:49 +0200
committerUlrich Müller <ulm@gentoo.org>2018-05-18 17:30:49 +0200
commit2b8549b3cd86a1efafff7a36e7373cfae62f7f4f (patch)
tree3b2e96816c8f87de0f57742ecb2d6833ca519f6e
parentRevert "app-emacs/scala-mode: use HTTPS" (diff)
downloadgentoo-2b8549b3cd86a1efafff7a36e7373cfae62f7f4f.tar.gz
gentoo-2b8549b3cd86a1efafff7a36e7373cfae62f7f4f.tar.bz2
gentoo-2b8549b3cd86a1efafff7a36e7373cfae62f7f4f.zip
app-emacs/scala-mode: Update URIs to use https.
Package-Manager: Portage-2.3.38, Repoman-2.3.9
-rw-r--r--app-emacs/scala-mode/scala-mode-2.10.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/scala-mode/scala-mode-2.10.3.ebuild b/app-emacs/scala-mode/scala-mode-2.10.3.ebuild
index 9f6c70c65ce9..30fc0a89b676 100644
--- a/app-emacs/scala-mode/scala-mode-2.10.3.ebuild
+++ b/app-emacs/scala-mode/scala-mode-2.10.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
@@ -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"