amarok: use https for homepage
This commit is contained in:
parent
1c4171c5ca
commit
20b9c32856
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
repositories.git = git://anongit.kde.org/amarok.git;
|
repositories.git = git://anongit.kde.org/amarok.git;
|
||||||
description = "Popular music player for KDE";
|
description = "Popular music player for KDE";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
homepage = http://amarok.kde.org;
|
homepage = https://amarok.kde.org;
|
||||||
inherit (kdelibs4.meta) platforms;
|
inherit (kdelibs4.meta) platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user