diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-15 12:58:15 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-20 21:54:09 +0100 |
commit | cadb1acfa93c04374f13449f80f0c7e8143eb34d (patch) | |
tree | d2956a94ee2cf333981987b405c0b1b0b8d7862a /app-emacs | |
parent | app-emacs/h4x0r: use HTTPS. (diff) | |
download | gentoo-cadb1acfa93c04374f13449f80f0c7e8143eb34d.tar.gz gentoo-cadb1acfa93c04374f13449f80f0c7e8143eb34d.tar.bz2 gentoo-cadb1acfa93c04374f13449f80f0c7e8143eb34d.zip |
app-emacs/highline: use HTTPS.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/highline/highline-7.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/highline/highline-7.2.2.ebuild b/app-emacs/highline/highline-7.2.2.ebuild index 88910bb89a8b..fdbbc896d752 100644 --- a/app-emacs/highline/highline-7.2.2.ebuild +++ b/app-emacs/highline/highline-7.2.2.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit elisp DESCRIPTION="Minor mode to highlight current line in buffer" -HOMEPAGE="http://www.emacswiki.org/emacs/HighlineMode" +HOMEPAGE="https://www.emacswiki.org/emacs/HighlineMode" # taken from: http://www.emacswiki.org/emacs/download/${PN}.el SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" |