diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2018-05-17 14:11:55 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2018-05-17 14:13:41 +0300 |
commit | e2e1e1bfa3bcc9318540260480216fe46875a326 (patch) | |
tree | e4d76699d7fbd5e82f47ff84692251d2897c153f /net-news/canto-curses | |
parent | net-news/canto-daemon: set https in HOMEPAGE and SRC_URI urls (diff) | |
download | gentoo-e2e1e1bfa3bcc9318540260480216fe46875a326.tar.gz gentoo-e2e1e1bfa3bcc9318540260480216fe46875a326.tar.bz2 gentoo-e2e1e1bfa3bcc9318540260480216fe46875a326.zip |
net-news/canto-curses: set https in HOMEPAGE and SRC_URI urls
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'net-news/canto-curses')
-rw-r--r-- | net-news/canto-curses/canto-curses-0.9.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-news/canto-curses/canto-curses-0.9.3.ebuild b/net-news/canto-curses/canto-curses-0.9.3.ebuild index 019980bd0ddc..2be975102355 100644 --- a/net-news/canto-curses/canto-curses-0.9.3.ebuild +++ b/net-news/canto-curses/canto-curses-0.9.3.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" @@ -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" |