pithos: Use https url in meta.homepage
This commit is contained in:
parent
8e9bd1c1c1
commit
f168f6907b
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue