clementineUnfree: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 20:32:21 +02:00 committed by Jon
parent 1e802d70af
commit df81d9a41c

View file

@ -130,7 +130,7 @@ let
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "http://www.clementine-player.org";
homepage = "https://www.clementine-player.org";
description = "Spotify integration for Clementine";
# The blob itself is Apache-licensed, although libspotify is unfree.
license = licenses.asl20;