pithos: Use https url in meta.homepage
This commit is contained in:
parent
8e9bd1c1c1
commit
f168f6907b
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue