guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: python-pyalsaaudio: Use HTTPS home page.


From: guix-commits
Subject: 05/09: gnu: python-pyalsaaudio: Use HTTPS home page.
Date: Sun, 1 Mar 2020 14:54:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5adaeb3618d86ed8098bac95b3b3f7e0705b4ad2
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:42:00 2020 +0100

    gnu: python-pyalsaaudio: Use HTTPS home page.
    
    * gnu/packages/audio.scm (python-pyalsaaudio)[home-page]: Use HTTPS.
---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ac486aa..3d6ad82 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]