commit: a25292253b3681e4abad6d7de2baeb0f25fd56e8 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Thu Aug 31 10:21:05 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Thu Aug 31 10:21:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2529225
net-irc/sic: Switch to HTTPS. Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-irc/sic/sic-1.1.ebuild | 6 +++--- net-irc/sic/sic-1.2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-irc/sic/sic-1.1.ebuild b/net-irc/sic/sic-1.1.ebuild index a15e46d1035..e820ee5b653 100644 --- a/net-irc/sic/sic-1.1.ebuild +++ b/net-irc/sic/sic-1.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit toolchain-funcs DESCRIPTION="An extremly simple IRC client" -HOMEPAGE="http://tools.suckless.org/sic" -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" +HOMEPAGE="https://tools.suckless.org/sic" +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/net-irc/sic/sic-1.2.ebuild b/net-irc/sic/sic-1.2.ebuild index e20435f4e7d..67faf284d4f 100644 --- a/net-irc/sic/sic-1.2.ebuild +++ b/net-irc/sic/sic-1.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit toolchain-funcs DESCRIPTION="An extremly simple IRC client" -HOMEPAGE="http://tools.suckless.org/sic" -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" +HOMEPAGE="https://tools.suckless.org/sic" +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0"
