summary refs log tree commit diff
path: root/pkgs/applications/window-managers/dwm/dwm-status.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/dwm/dwm-status.nix')
-rw-r--r--pkgs/applications/window-managers/dwm/dwm-status.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/dwm/dwm-status.nix b/pkgs/applications/window-managers/dwm/dwm-status.nix
index 69337976f88..01887b3bcf1 100644
--- a/pkgs/applications/window-managers/dwm/dwm-status.nix
+++ b/pkgs/applications/window-managers/dwm/dwm-status.nix
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with stdenv.lib; {
     description = "Highly performant and configurable DWM status service";
-    homepage = https://github.com/Gerschtli/dwm-status;
+    homepage = "https://github.com/Gerschtli/dwm-status";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ gerschtli ];
     platforms = platforms.linux;