commit: de577931e7c92d0ef190d3f65286d379a18954a4 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Feb 23 15:57:06 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 2 18:09:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de577931
media-sound/alsa-oss: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7271 media-libs/alsa-oss/alsa-oss-1.0.28.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/alsa-oss/alsa-oss-1.0.28.ebuild b/media-libs/alsa-oss/alsa-oss-1.0.28.ebuild index a05db2aa51b..49417959c20 100644 --- a/media-libs/alsa-oss/alsa-oss-1.0.28.ebuild +++ b/media-libs/alsa-oss/alsa-oss-1.0.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ MY_P="${P/_rc/rc}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Advanced Linux Sound Architecture OSS compatibility layer" -HOMEPAGE="http://www.alsa-project.org/" +HOMEPAGE="https://alsa-project.org/" SRC_URI="mirror://alsaproject/oss-lib/${MY_P}.tar.bz2" LICENSE="GPL-2"
