Archived
1
0
Fork 0

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 @@ code, used in @code{libtoxcore}.")
`(#:tests? #f)) ; tests require access to ALSA devices. `(#:tests? #f)) ; tests require access to ALSA devices.
(inputs (inputs
`(("alsa-lib" ,alsa-lib))) `(("alsa-lib" ,alsa-lib)))
(home-page "http://larsimmisch.github.io/pyalsaaudio/") (home-page "https://larsimmisch.github.io/pyalsaaudio/")
(synopsis "ALSA wrappers for Python") (synopsis "ALSA wrappers for Python")
(description (description
"This package contains wrappers for accessing the ALSA API from Python. "This package contains wrappers for accessing the ALSA API from Python.