htop-vim: add meta.mainProgram

This commit is contained in:
Samuel Gräfenstein 2021-11-24 14:21:02 +01:00
parent 4ec0d5209f
commit 63a61947b9
No known key found for this signature in database
GPG key ID: EF76A063F15C63C8

View file

@ -17,5 +17,6 @@ htop.overrideAttrs (oldAttrs: rec {
license = licenses.gpl2Only;
platforms = platforms.all;
maintainers = with maintainers; [ thiagokokada ];
mainProgram = "htop";
};
})