commit: e584d535c25790128a9e661255b679b3c40f5823 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Feb 23 15:49:56 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 2 18:09:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e584d535
dev-python/pyalsa: use HTTPS dev-python/pyalsa/pyalsa-1.0.29.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyalsa/pyalsa-1.0.29.ebuild b/dev-python/pyalsa/pyalsa-1.0.29.ebuild index 4ab9d25891a..c0c0d92f726 100644 --- a/dev-python/pyalsa/pyalsa-1.0.29.ebuild +++ b/dev-python/pyalsa/pyalsa-1.0.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy ) # Still py2 only it appears inherit distutils-r1 flag-o-matic DESCRIPTION="Python bindings for ALSA library" -HOMEPAGE="http://alsa-project.org/" +HOMEPAGE="https://alsa-project.org/" SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2" LICENSE="GPL-2"
