app-text/txt2tags: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 16 May 2018 14:23:04 +0000 (16:23 +0200)
committerAaron Bauman <bman@gentoo.org>
Wed, 16 May 2018 22:49:31 +0000 (18:49 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8432

app-text/txt2tags/txt2tags-2.6-r1.ebuild

index 06bd030e0bd8002c04296177feab6b77fdcea3e0..701f24a7853af1e4f07c4976c29ac4317ac277fa 100644 (file)
@@ -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"