about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorTobias Happ <tobias.happ@gmx.de>2022-12-21 23:29:32 +0100
committerTobias Happ <tobias.happ@gmx.de>2022-12-21 23:44:29 +0100
commitaaafc9dc02a4ec776b780861afa2b1833d990ad6 (patch)
tree6e48b3b674624cbb335f9af83ec480d70ad7f733 /pkgs/applications/window-managers
parent273bd3bc96332b51bdb183ec0ea6e1b9d8af929d (diff)
dwm-status: add meta.changelog
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/dwm/dwm-status.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/dwm/dwm-status.nix b/pkgs/applications/window-managers/dwm/dwm-status.nix
index 7bde797012a8f..424528e9c1aa8 100644
--- a/pkgs/applications/window-managers/dwm/dwm-status.nix
+++ b/pkgs/applications/window-managers/dwm/dwm-status.nix
@@ -30,6 +30,7 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description = "Highly performant and configurable DWM status service";
     homepage = "https://github.com/Gerschtli/dwm-status";
+    changelog = "https://github.com/Gerschtli/dwm-status/blob/master/CHANGELOG.md";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ gerschtli ];
     mainProgram = pname;