diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2018-05-17 14:11:23 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2018-05-17 14:13:39 +0300 |
commit | f8ffff679d17914e200a6403907bf2ff68f287fd (patch) | |
tree | 9dd91615411115c7f7e5453ae1e691ebf7ecd4c7 | |
parent | app-editors/nano: Removed old. (diff) | |
download | gentoo-f8ffff679d17914e200a6403907bf2ff68f287fd.tar.gz gentoo-f8ffff679d17914e200a6403907bf2ff68f287fd.tar.bz2 gentoo-f8ffff679d17914e200a6403907bf2ff68f287fd.zip |
net-news/canto-daemon: set https in HOMEPAGE and SRC_URI urls
Package-Manager: Portage-2.3.31, Repoman-2.3.9
-rw-r--r-- | net-news/canto-daemon/canto-daemon-0.9.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-news/canto-daemon/canto-daemon-0.9.1.ebuild b/net-news/canto-daemon/canto-daemon-0.9.1.ebuild index 16b7ea1a8d7c..7e810117ecf1 100644 --- a/net-news/canto-daemon/canto-daemon-0.9.1.ebuild +++ b/net-news/canto-daemon/canto-daemon-0.9.1.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="xml(+),threads(+)" inherit distutils-r1 multilib DESCRIPTION="Daemon part of Canto-NG RSS reader" -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" |