diff options
Diffstat (limited to 'dev-java/sbt-bin/sbt-bin-0.13.8.ebuild')
-rw-r--r-- | dev-java/sbt-bin/sbt-bin-0.13.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/sbt-bin/sbt-bin-0.13.8.ebuild b/dev-java/sbt-bin/sbt-bin-0.13.8.ebuild index 09992eb8f5f3..0e22428166d5 100644 --- a/dev-java/sbt-bin/sbt-bin-0.13.8.ebuild +++ b/dev-java/sbt-bin/sbt-bin-0.13.8.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 @@ -6,7 +6,7 @@ EAPI=5 inherit java-pkg-2 DESCRIPTION="sbt, a build tool for Scala." -HOMEPAGE="http://scala-sbt.org" +HOMEPAGE="https://scala-sbt.org" SRC_URI="https://dl.bintray.com/sbt/native-packages/sbt/${PV}/${PN/-bin}-${PV}.tgz" LICENSE="BSD" |