app-admin/conserver: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/8148
This commit is contained in:
Michael Mair-Keimberger
2018-04-26 12:57:27 +02:00
committed by Aaron Bauman
parent 2fe3f3b61d
commit 4e836cc4c1
2 changed files with 5 additions and 5 deletions

View File

@@ -6,8 +6,8 @@ EAPI="5"
inherit ssl-cert eutils pam autotools
DESCRIPTION="Serial Console Manager"
HOMEPAGE="http://www.conserver.com/"
SRC_URI="http://www.conserver.com/${P}.tar.gz"
HOMEPAGE="https://www.conserver.com/"
SRC_URI="https://www.conserver.com/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -6,8 +6,8 @@ EAPI="4"
inherit ssl-cert eutils pam autotools
DESCRIPTION="Serial Console Manager"
HOMEPAGE="http://www.conserver.com/"
SRC_URI="http://www.conserver.com/${P}.tar.gz"
HOMEPAGE="https://www.conserver.com/"
SRC_URI="https://www.conserver.com/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"