htop-vim: fix meta

This commit is contained in:
Thiago Kenji Okada
2025-03-13 22:59:19 +00:00
parent c1908c017c
commit cce88d6e21
+2 -3
View File
@@ -72,12 +72,11 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "Interactive process viewer";
homepage = "https://htop.dev";
description = "Interactive process viewer, with vim-style keybindings";
homepage = "https://github.com/KoffeinFlummi/htop-vim";
license = licenses.gpl2Only;
platforms = platforms.all;
maintainers = with maintainers; [ thiagokokada ];
changelog = "https://github.com/htop-dev/htop/blob/${version}/ChangeLog";
mainProgram = "htop";
};
}