pithos: Use https url in meta.homepage
This commit is contained in:
@@ -28,7 +28,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Pandora Internet Radio player for GNOME";
|
description = "Pandora Internet Radio player for GNOME";
|
||||||
homepage = http://pithos.github.io/;
|
homepage = https://pithos.github.io/;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ obadz jgeerds ];
|
maintainers = with maintainers; [ obadz jgeerds ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user