diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:42:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-01 20:47:54 +0100 |
commit | 5adaeb3618d86ed8098bac95b3b3f7e0705b4ad2 (patch) | |
tree | e2153aba7f048e97282186d4f6da092bbf0b4ba5 /gnu/packages/audio.scm | |
parent | 41181b76960c359ad3aea9ff2f2c98e9940b54fb (diff) | |
download | patches-5adaeb3618d86ed8098bac95b3b3f7e0705b4ad2.tar patches-5adaeb3618d86ed8098bac95b3b3f7e0705b4ad2.tar.gz |
gnu: python-pyalsaaudio: Use HTTPS home page.
* gnu/packages/audio.scm (python-pyalsaaudio)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index ac486aabfb..3d6ad82e99 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3398,7 +3398,7 @@ code, used in @code{libtoxcore}.") `(#: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. |