diff --git a/pkgs/by-name/ht/htop-vim/package.nix b/pkgs/by-name/ht/htop-vim/package.nix index 55354d827537..cc9d20600ad3 100644 --- a/pkgs/by-name/ht/htop-vim/package.nix +++ b/pkgs/by-name/ht/htop-vim/package.nix @@ -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"; }; }