summary refs log tree commit diff
path: root/pkgs/applications/misc/vifm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/vifm/default.nix')
-rw-r--r--pkgs/applications/misc/vifm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/vifm/default.nix b/pkgs/applications/misc/vifm/default.nix
index ffeca99cf9c..c43ec5efbaf 100644
--- a/pkgs/applications/misc/vifm/default.nix
+++ b/pkgs/applications/misc/vifm/default.nix
@@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ raskin garbas ];
     platforms = platforms.linux;
     license = licenses.gpl2;
-    downloadPage = "http://vifm.info/downloads.shtml";
-    homepage = http://vifm.info/;
+    downloadPage = "https://vifm.info/downloads.shtml";
+    homepage = https://vifm.info/;
     inherit version;
     updateWalker = true;
   };