diff options
author | Alex Vong <alexvong1995@gmail.com> | 2018-09-05 02:10:48 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2018-09-05 20:56:55 +0800 |
commit | 998100e6e8be64d4cc14e6509f744d3f5c37cf27 (patch) | |
tree | 23ff47fa081a41769c7ed0c143037a35871ac687 | |
parent | 53166aec987957efba917c83f093817d6cf6e943 (diff) | |
download | patches-998100e6e8be64d4cc14e6509f744d3f5c37cf27.tar patches-998100e6e8be64d4cc14e6509f744d3f5c37cf27.tar.gz |
gnu: eyed3: Update home page.
* gnu/packages/mp3.scm (eyed3)[home-page]: Update to redirected HTTPS URL.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/mp3.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index 579127d06e..fb919c6e6c 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -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 to write your own applications or plugins that are callable from the command-line tool.") - (home-page "http://eyed3.nicfit.net/") + (home-page "https://eyed3.readthedocs.io/en/latest/") (license license:gpl2+))) (define-public chromaprint |