sys-devel/slibtool: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/8482
This commit is contained in:
Michael Mair-Keimberger
2018-05-19 09:54:14 +02:00
committed by Aaron Bauman
parent b62998b5cc
commit 36da3aaae8

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="A skinny libtool implementation, written in C"
HOMEPAGE="http://git.midipix.org/cgit.cgi/slibtool"
SRC_URI="http://git.midipix.org/cgit.cgi/${PN}/snapshot/${P}.tar.xz"
HOMEPAGE="https://git.midipix.org/cgit.cgi/slibtool"
SRC_URI="https://git.midipix.org/cgit.cgi/${PN}/snapshot/${P}.tar.xz"
LICENSE="MIT"
SLOT="0"