summary refs log tree commit diff
path: root/pkgs/tools/system/ctop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/ctop/default.nix')
-rw-r--r--pkgs/tools/system/ctop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/ctop/default.nix b/pkgs/tools/system/ctop/default.nix
index 5ff4e7220ab3..533f0ab11e40 100644
--- a/pkgs/tools/system/ctop/default.nix
+++ b/pkgs/tools/system/ctop/default.nix
@@ -18,7 +18,7 @@ buildGoPackage rec {
 
   meta = with stdenv.lib; {
     description = "Concise commandline monitoring for containers";
-    homepage = http://ctop.sh/;
+    homepage = https://ctop.sh/;
     license = licenses.mit;
     maintainers = with maintainers; [ apeyroux ];
   };