gnu: beets: Use HTTPS home page.
* gnu/packages/music.scm (beets)[home-page]: Use HTTPS.
This commit is contained in:
parent
65d20127ef
commit
d94ec40758
|
@ -2858,7 +2858,7 @@ Songs can be searched by artist, name or even by a part of the song text.")
|
|||
("python-mutagen" ,python-mutagen)
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
("python-unidecode" ,python-unidecode)))
|
||||
(home-page "http://beets.io")
|
||||
(home-page "https://beets.io")
|
||||
(synopsis "Music organizer")
|
||||
(description "The purpose of beets is to get your music collection right
|
||||
once and for all. It catalogs your collection, automatically improving its
|
||||
|
|
Loading…
Reference in New Issue