diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-23 16:49:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-02 19:09:03 +0100 |
commit | e584d535c25790128a9e661255b679b3c40f5823 (patch) | |
tree | bc5ff578c4d14e620926e6ada24cf0656ec756ff /dev-python/pyalsa | |
parent | x11-drivers/xf86-video-amdgpu: Version bump to 18.0.0 (diff) | |
download | gentoo-e584d535c25790128a9e661255b679b3c40f5823.tar.gz gentoo-e584d535c25790128a9e661255b679b3c40f5823.tar.bz2 gentoo-e584d535c25790128a9e661255b679b3c40f5823.zip |
dev-python/pyalsa: use HTTPS
Diffstat (limited to 'dev-python/pyalsa')
-rw-r--r-- | dev-python/pyalsa/pyalsa-1.0.29.ebuild | 4 |
1 files 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 4ab9d25891ae..c0c0d92f726c 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" |