mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: mplayer: Don't follow home page browser redirection.
* gnu/packages/video.scm (mplayer)[home-page]: Let the browser eat HTML.
This commit is contained in:
parent
59ed95d6b8
commit
858b68e491
1 changed files with 1 additions and 1 deletions
|
@ -1346,7 +1346,7 @@ (define-public mplayer
|
|||
(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,
|
||||
|
|
Loading…
Reference in a new issue