diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-09-01 20:47:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-15 21:37:07 +0200 |
commit | 98a4b99a83b692a8933189d520144868978558bc (patch) | |
tree | deb533a55196f53e2620b0a6edd9f9794d10d314 /dev-vcs/cvs2cl | |
parent | dev-python/mkdocs: use HTTPs (diff) | |
download | gentoo-98a4b99a83b692a8933189d520144868978558bc.tar.gz gentoo-98a4b99a83b692a8933189d520144868978558bc.tar.bz2 gentoo-98a4b99a83b692a8933189d520144868978558bc.zip |
dev-vcs/cvs2cl: use HTTPs
Diffstat (limited to 'dev-vcs/cvs2cl')
-rw-r--r-- | dev-vcs/cvs2cl/cvs2cl-2.71.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild index 671a926deecd..814e135a7883 100644 --- a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild +++ b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild @@ -4,7 +4,7 @@ EAPI=0 DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources" -HOMEPAGE="http://www.red-bean.com/cvs2cl/" +HOMEPAGE="https://www.red-bean.com/cvs2cl/" SRC_URI="mirror://gentoo/${P}.pl.bz2" LICENSE="GPL-2" |