gnu: python-pyalsaaudio: Use HTTPS home page.

* gnu/packages/audio.scm (python-pyalsaaudio)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:42:00 +01:00
parent 41181b7696
commit 5adaeb3618
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3398,7 +3398,7 @@ (define-public python-pyalsaaudio
`(#:tests? #f)) ; tests require access to ALSA devices.
(inputs
`(("alsa-lib" ,alsa-lib)))
(home-page "http://larsimmisch.github.io/pyalsaaudio/")
(home-page "https://larsimmisch.github.io/pyalsaaudio/")
(synopsis "ALSA wrappers for Python")
(description
"This package contains wrappers for accessing the ALSA API from Python.