diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-28 22:01:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-28 22:35:41 +0100 |
commit | 884910970332c92f77bd9e079b413e5683870f27 (patch) | |
tree | 4c592c2830eaf1bc36dfc53cc5119dd8373d6a63 | |
parent | ec0b94672b2348ac1d089b04659d0dd7f9992f44 (diff) | |
download | patches-884910970332c92f77bd9e079b413e5683870f27.tar patches-884910970332c92f77bd9e079b413e5683870f27.tar.gz |
gnu: clementine: Use HTTPS home page.
* gnu/packages/music.scm (clementine)[home-page]: Use HTTPS.
-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 98ed92a749..aa001ffe34 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -290,7 +290,7 @@ score, keyboard, guitar, drum and controller views.") ("sqlite" ,sqlite-with-column-metadata) ("sparsehash" ,sparsehash) ("taglib" ,taglib))) - (home-page "http://clementine-player.org") + (home-page "https://clementine-player.org") (synopsis "Music player and library organizer") (description "Clementine is a multiplatform music player. It is inspired by Amarok 1.4, focusing on a fast and easy-to-use interface for searching and |