clementine: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 16:55:31 +02:00 committed by Jon
parent f527f9db3a
commit 1e802d70af

View File

@ -91,7 +91,7 @@ let
'';
meta = with stdenv.lib; {
homepage = "http://www.clementine-player.org";
homepage = "https://www.clementine-player.org";
description = "A multiplatform music player";
license = licenses.gpl3Plus;
platforms = platforms.linux;