diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-17 10:10:20 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-18 08:32:39 -0400 |
commit | 0481335c58e30ec5a1ab686fdc9f646fd1b67171 (patch) | |
tree | 3b61a52d396ad3c7d1cfe9c541e48f968f48b613 /app-emacs/distel | |
parent | app-emacs/scala-mode: use HTTPS (diff) | |
download | gentoo-0481335c58e30ec5a1ab686fdc9f646fd1b67171.tar.gz gentoo-0481335c58e30ec5a1ab686fdc9f646fd1b67171.tar.bz2 gentoo-0481335c58e30ec5a1ab686fdc9f646fd1b67171.zip |
app-emacs/distel: use HTTPS
Diffstat (limited to 'app-emacs/distel')
-rw-r--r-- | app-emacs/distel/distel-4.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/distel/distel-4.0.6.ebuild b/app-emacs/distel/distel-4.0.6.ebuild index 1db4cfa6597b..b0cdc9f49d4a 100644 --- a/app-emacs/distel/distel-4.0.6.ebuild +++ b/app-emacs/distel/distel-4.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit elisp DESCRIPTION="Distributed Emacs Lisp for Erlang" HOMEPAGE="https://code.google.com/p/distel/ - http://www.emacswiki.org/emacs/DistributedEmacsLisp" + https://www.emacswiki.org/emacs/DistributedEmacsLisp" SRC_URI="https://github.com/massemanet/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" # "New BSD License" according to https://code.google.com/p/distel/ |