net-news/canto-curses: set https in HOMEPAGE and SRC_URI urls

Package-Manager: Portage-2.3.31, Repoman-2.3.9
This commit is contained in:
Sergey Popov
2018-05-17 14:11:55 +03:00
parent f8ffff679d
commit e2e1e1bfa3

View 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"
@@ -8,8 +8,8 @@ PYTHON_REQ_USE="ncurses(+),threads(+)"
inherit distutils-r1 multilib
DESCRIPTION="The ncurses client for canto-daemon"
HOMEPAGE="http://codezen.org/canto-ng/"
SRC_URI="http://codezen.org/static/${P}.tar.gz"
HOMEPAGE="https://codezen.org/canto-ng/"
SRC_URI="https://codezen.org/static/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"