summary refs log tree commit diff
path: root/pkgs/applications/window-managers/velox/dmenu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/velox/dmenu.nix')
-rw-r--r--pkgs/applications/window-managers/velox/dmenu.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/velox/dmenu.nix b/pkgs/applications/window-managers/velox/dmenu.nix
index 182a290e0ee..01360e5af0b 100644
--- a/pkgs/applications/window-managers/velox/dmenu.nix
+++ b/pkgs/applications/window-managers/velox/dmenu.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "A generic, highly customizable, and efficient menu for the X Window System";
-    homepage = http://tools.suckless.org/dmenu;
+    homepage = https://tools.suckless.org/dmenu;
     license = stdenv.lib.licenses.mit;
     maintainers = with stdenv.lib.maintainers; [ ];
     platforms = with stdenv.lib.platforms; all;