From f168f6907bd10f78c9cb0b6f85c88d8ad7ac7ff5 Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Sat, 26 Sep 2015 19:58:01 +0200 Subject: [PATCH] pithos: Use https url in meta.homepage --- pkgs/applications/audio/pithos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/pithos/default.nix b/pkgs/applications/audio/pithos/default.nix index 83b765170b5..90290453456 100644 --- a/pkgs/applications/audio/pithos/default.nix +++ b/pkgs/applications/audio/pithos/default.nix @@ -28,7 +28,7 @@ pythonPackages.buildPythonPackage rec { meta = with stdenv.lib; { description = "Pandora Internet Radio player for GNOME"; - homepage = http://pithos.github.io/; + homepage = https://pithos.github.io/; license = licenses.gpl3; maintainers = with maintainers; [ obadz jgeerds ]; };