summary refs log tree commit diff
path: root/pkgs/development/python-modules/salmon-mail/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/salmon-mail/default.nix')
-rw-r--r--pkgs/development/python-modules/salmon-mail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/salmon-mail/default.nix b/pkgs/development/python-modules/salmon-mail/default.nix
index d4eed74611e..958962bda2a 100644
--- a/pkgs/development/python-modules/salmon-mail/default.nix
+++ b/pkgs/development/python-modules/salmon-mail/default.nix
@@ -20,7 +20,7 @@ buildPythonPackage rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = http://salmon-mail.readthedocs.org/;
+    homepage = https://salmon-mail.readthedocs.org/;
     description = "Pythonic mail application server";
     license = licenses.gpl3;
     maintainers = with maintainers; [ jluttine ];