summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-16 16:23:04 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-16 18:49:31 -0400
commit54295c90d81aeea2264f3062f237ff2f3234941f (patch)
treeac5327d1f37d562c9c58cc0bdf8b1f97e2b05855 /app-text
parentwww-plugins/chrome-binary-plugins: automated update (66.0.3359.181, 67.0.3396... (diff)
downloadgentoo-54295c90d81aeea2264f3062f237ff2f3234941f.tar.gz
gentoo-54295c90d81aeea2264f3062f237ff2f3234941f.tar.bz2
gentoo-54295c90d81aeea2264f3062f237ff2f3234941f.zip
app-text/txt2tags: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8432
Diffstat (limited to 'app-text')
-rw-r--r--app-text/txt2tags/txt2tags-2.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/txt2tags/txt2tags-2.6-r1.ebuild b/app-text/txt2tags/txt2tags-2.6-r1.ebuild
index 06bd030e0bd8..701f24a7853a 100644
--- a/app-text/txt2tags/txt2tags-2.6-r1.ebuild
+++ b/app-text/txt2tags/txt2tags-2.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="tk?"
inherit eutils elisp-common python-single-r1
DESCRIPTION="Generate marked up documents (HTML, etc.)from a plain text file with markup"
-HOMEPAGE="http://txt2tags.org/"
+HOMEPAGE="https://txt2tags.org"
SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz"
LICENSE="GPL-2"