guix-commits
[Top][All Lists]
Advanced

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

07/87: gnu: gst123: Use HTTPS home page URI.


From: guix-commits
Subject: 07/87: gnu: gst123: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:27 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit ba8a246baa388bdb61a2b94fc51dc5f97c055334
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:08:02 2021 +0100

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

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index b582585..1c7ba98 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -989,7 +989,7 @@ be used by Python applications using GStreamer.")
        ("gst-plugins-base" ,gst-plugins-base)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (home-page "http://space.twc.de/~stefan/gst123.php";)
+    (home-page "https://space.twc.de/~stefan/gst123.php";)
     (synopsis "Flexible command line media player based on gstreamer")
     (description "The program gst123 is designed to be a more flexible command
 line player in the spirit of ogg123 and mpg123, based on the gstreamer media



reply via email to

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