nckx pushed a commit to branch master
in repository guix.

commit 858b68e491b4d84b9cc70827cba30c6a127edd22
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Feb 18 18:16:30 2020 +0100

    gnu: mplayer: Don't follow home page browser redirection.
    
    * gnu/packages/video.scm (mplayer)[home-page]: Let the browser eat
    HTML.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 783c050..f42e11b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1346,7 +1346,7 @@ streaming protocols.")
                                         (nix-system->gnu-triplet
                                          (%current-system)))))))
                       "--disable-iwmmxt")))))))
-    (home-page "https://www.mplayerhq.hu/design7/news.html";)
+    (home-page "https://www.mplayerhq.hu";)
     (synopsis "Audio and video player")
     (description "MPlayer is a movie player.  It plays most MPEG/VOB, AVI,
 Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT,

Reply via email to