about summary refs log tree commit diff
path: root/pkgs/applications/audio/pithos
diff options
context:
space:
mode:
authorJascha Geerds <jg@ekby.de>2015-09-26 19:58:01 +0200
committerJascha Geerds <jg@ekby.de>2015-09-26 20:21:32 +0200
commitf168f6907bd10f78c9cb0b6f85c88d8ad7ac7ff5 (patch)
tree8343c8c6247e9e68220c4448cc0100d86d7f5a73 /pkgs/applications/audio/pithos
parent8e9bd1c1c16d2c5f53646f2b633b31ac4bca9c86 (diff)
downloadnixlib-f168f6907bd10f78c9cb0b6f85c88d8ad7ac7ff5.tar
nixlib-f168f6907bd10f78c9cb0b6f85c88d8ad7ac7ff5.tar.gz
nixlib-f168f6907bd10f78c9cb0b6f85c88d8ad7ac7ff5.tar.bz2
nixlib-f168f6907bd10f78c9cb0b6f85c88d8ad7ac7ff5.tar.lz
nixlib-f168f6907bd10f78c9cb0b6f85c88d8ad7ac7ff5.tar.xz
nixlib-f168f6907bd10f78c9cb0b6f85c88d8ad7ac7ff5.tar.zst
nixlib-f168f6907bd10f78c9cb0b6f85c88d8ad7ac7ff5.zip
pithos: Use https url in meta.homepage
Diffstat (limited to 'pkgs/applications/audio/pithos')
-rw-r--r--pkgs/applications/audio/pithos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/pithos/default.nix b/pkgs/applications/audio/pithos/default.nix
index 83b765170b57..90290453456c 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 ];
   };