amarok: use https for homepage

This commit is contained in:
Matthew Bauer 2017-08-17 14:51:53 -07:00
parent 1c4171c5ca
commit 20b9c32856

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
repositories.git = git://anongit.kde.org/amarok.git;
description = "Popular music player for KDE";
license = "GPL";
homepage = http://amarok.kde.org;
homepage = https://amarok.kde.org;
inherit (kdelibs4.meta) platforms;
};
}