diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-26 05:01:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-26 05:24:30 +0200 |
commit | d94ec407585dc4d34ec80a28567f98205c4f24c2 (patch) | |
tree | 3ff1d85e480809a42987bf71dc9d892ad911a85a /gnu | |
parent | 65d20127ef15316fca52115f6ae798ffc53cc863 (diff) | |
download | guix-d94ec407585dc4d34ec80a28567f98205c4f24c2.tar guix-d94ec407585dc4d34ec80a28567f98205c4f24c2.tar.gz |
gnu: beets: Use HTTPS home page.
* gnu/packages/music.scm (beets)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 2b54842c95..b28b375067 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -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 |