diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-17 10:09:13 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-18 08:32:38 -0400 |
commit | dbc3c88dff8f9d7e031b613d945ae1f291bbb961 (patch) | |
tree | 062056cdec3a3a1e79cfcb852a9c7e8465e0a6de /app-emacs/markdown-mode/markdown-mode-2.3.ebuild | |
parent | www-apps/cgit: use HTTPS (diff) | |
download | gentoo-dbc3c88dff8f9d7e031b613d945ae1f291bbb961.tar.gz gentoo-dbc3c88dff8f9d7e031b613d945ae1f291bbb961.tar.bz2 gentoo-dbc3c88dff8f9d7e031b613d945ae1f291bbb961.zip |
app-emacs/markdown-mode: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8441
Diffstat (limited to 'app-emacs/markdown-mode/markdown-mode-2.3.ebuild')
-rw-r--r-- | app-emacs/markdown-mode/markdown-mode-2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/markdown-mode/markdown-mode-2.3.ebuild b/app-emacs/markdown-mode/markdown-mode-2.3.ebuild index 150ec1a5aa7a..1a8f2d0437c3 100644 --- a/app-emacs/markdown-mode/markdown-mode-2.3.ebuild +++ b/app-emacs/markdown-mode/markdown-mode-2.3.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit elisp DESCRIPTION="Major mode for editing Markdown-formatted text files" -HOMEPAGE="http://jblevins.org/projects/markdown-mode/" +HOMEPAGE="https://jblevins.org/projects/markdown-mode/" SRC_URI="https://stable.melpa.org/packages/${P}.el" LICENSE="GPL-2+" |