dev-python/pyalsa: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 23 Feb 2018 15:49:56 +0000 (16:49 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 2 Mar 2018 18:09:03 +0000 (19:09 +0100)
dev-python/pyalsa/pyalsa-1.0.29.ebuild

index 4ab9d25891ae0ae4cf5c20fbba69a6ca5e982d16..c0c0d92f726c56f24bc0311bac7395e787e5aa60 100644 (file)
@@ -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"