dwm-status: add meta.changelog
This commit is contained in:
parent
273bd3bc96
commit
aaafc9dc02
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue