summary refs log tree commit diff
path: root/pkgs/applications/networking/super-productivity/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/super-productivity/default.nix')
-rw-r--r--pkgs/applications/networking/super-productivity/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/super-productivity/default.nix b/pkgs/applications/networking/super-productivity/default.nix
index 7c613a8a45a..251bef91360 100644
--- a/pkgs/applications/networking/super-productivity/default.nix
+++ b/pkgs/applications/networking/super-productivity/default.nix
@@ -97,7 +97,7 @@ in stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "To Do List / Time Tracker with Jira Integration.";
-    homepage = http://super-productivity.com;
+    homepage = https://super-productivity.com;
     license = licenses.mit;
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ offline ];