pithos: Use https url in meta.homepage

This commit is contained in:
Jascha Geerds 2015-09-26 19:58:01 +02:00
parent 8e9bd1c1c1
commit f168f6907b

View file

@ -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 ];
};