From 20b9c32856f78edd1ec06d28f0d9297b440e68bf Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Thu, 17 Aug 2017 14:51:53 -0700 Subject: amarok: use https for homepage --- pkgs/applications/audio/amarok/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/amarok/default.nix b/pkgs/applications/audio/amarok/default.nix index 3b675cd9020b..022e33991f98 100644 --- a/pkgs/applications/audio/amarok/default.nix +++ b/pkgs/applications/audio/amarok/default.nix @@ -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; }; } -- cgit 1.4.1