gnu: eyed3: Update home page.
* gnu/packages/mp3.scm (eyed3)[home-page]: Update to redirected HTTPS URL. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
53166aec98
commit
998100e6e8
|
@ -491,7 +491,7 @@ specifically mp3 files containing ID3 metadata (i.e. song info). It provides a
|
||||||
command-line tool (eyeD3) and a Python library (import eyed3) that can be used
|
command-line tool (eyeD3) and a Python library (import eyed3) that can be used
|
||||||
to write your own applications or plugins that are callable from the
|
to write your own applications or plugins that are callable from the
|
||||||
command-line tool.")
|
command-line tool.")
|
||||||
(home-page "http://eyed3.nicfit.net/")
|
(home-page "https://eyed3.readthedocs.io/en/latest/")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public chromaprint
|
(define-public chromaprint
|
||||||
|
|
Loading…
Reference in New Issue